mattschinkel Posted December 20, 2009 Posted December 20, 2009 (edited) Does anyone know how to make the list of a combo box wider then the actual control? for example: I will set the width of the combo control box at 50, but when the user clicks to open the list the width of the control box stays the same and it's list is a width of 200 What I would like to do is have a combo box list with numbers and a discription beside each number. When the user chooses one, only the number will be displayed in the 3 character combo box. I will have about 20 of these combo boxes on the form. Thanks, Matt. Edited December 20, 2009 by mattschinkel
Mat Posted December 20, 2009 Posted December 20, 2009 #Include <GuiComboBox.au3> _GUICtrlComboBox_SetDroppedWidth($hWnd, $iWidth) AutoIt Project Listing
mattschinkel Posted December 20, 2009 Author Posted December 20, 2009 #Include <GuiComboBox.au3> _GUICtrlComboBox_SetDroppedWidth($hWnd, $iWidth) Awsome, thanks. I didn't see that one. Matt.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now