Posted 28 December 2021, 9:08 am EST
Good morning,
I would like to know how to change the dropdown position of the c1splitbutton, like in c1combobox
I want the position always on top of the button
Forums Home / ComponentOne / WinForms Edition
Posted by: eliseu on 28 December 2021, 9:08 am EST
Posted 28 December 2021, 9:08 am EST
Good morning,
I would like to know how to change the dropdown position of the c1splitbutton, like in c1combobox
I want the position always on top of the button
Posted 29 December 2021, 5:21 am EST
Hi,
You can handle the DropDownOpened event of the C1SplitButton to access the drop-down form using the Application.OpenForms property. Then you can update the location of the drop-down form to be on the top of the C1SplitButton. Kindly refer to the attached sample showing the same.
Regards,
Avnish