pq04680.txt PAINT PROBLEM WHEN MAXIMIZINF VIEW WITH COMBOBOX When a comboBox is positioned above a groupBox and you then maximize the view, the area where the dropped-down list would be has a paint problem. Workaround: Drop the GroupBox in the view first, followed by the ComboBox (or if you are building a view using the CW layer, make sure and create the GroupBox (CwFrame) before creating the comboBox.) You can still position the combobox above the groupBox, just drop it after the groupBox.