How to change width of a combo box at run time
-
Hi All, Is it possible to change width of a combo box at run time ? ex: I have data like One two Thirteen ThousandFourty in the combo box. whenever user select a string from above, combo box should be resized with the length of selected string. Thanks.. Sheshidar P
-
Hi All, Is it possible to change width of a combo box at run time ? ex: I have data like One two Thirteen ThousandFourty in the combo box. whenever user select a string from above, combo box should be resized with the length of selected string. Thanks.. Sheshidar P
Can you use of
MoveWindow
? -
Hi All, Is it possible to change width of a combo box at run time ? ex: I have data like One two Thirteen ThousandFourty in the combo box. whenever user select a string from above, combo box should be resized with the length of selected string. Thanks.. Sheshidar P
Hi, I think that Chris Maunder's Setting the width of the dropdown list[^] article could help you. Regards, Mihai Moga