I am creating a window that contains a number of drop-downs. When the user changes the value in one of these drop-downs (Projects), I need to reload the values listed in another one (Documents). I am currently using GridLayout, but when the Documents drop-down expands, the window doesn't expand with it, thus cutting it off at the original window's size. Is there a particular layout manager that will resize the window to the proper width necessary?
Chris