bourny Posted August 27, 2016 Share Posted August 27, 2016 Hi, Does anyone know how to allow the drop down part of a GuiCtrlCreateCombo to be longer than the width of the actual combo box . some of my combo boxes have long data which is chopped off when the drop down is selected. Many Thanks Link to comment Share on other sites More sharing options...
InunoTaishou Posted August 27, 2016 Share Posted August 27, 2016 _GUICtrlComboBox_SetDroppedWidth($hWnd, $iWidth) Link to comment Share on other sites More sharing options...
bourny Posted August 27, 2016 Author Share Posted August 27, 2016 Perfect, Thanks InunoTaishou. If only I had just read the help file with my eyes a bit more open. Link to comment Share on other sites More sharing options...
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