Quote Originally Posted by Krool View Post
You can also enlarge the drop-down list upon EditSetupWindow event via SetWindowPos (pass SWP_NOMOVE SWP_NOACTIVATE etc.)
Then you see the item while list is dropped down. After the edit you may run an .AutoSize.
Hello Krool,

I would like to enlarge the width of the drop down list of a combo column without modifying the column width of the full grid. How can I get the handle of the list window?