Hi GridLock,
Query :
Can I change the dropdownview width with a given number?Yes, with help of below code snippet, you can change the SfComboBox dropdown width.
Code Snippet
|
sfComboBox1.DropDownControl.PopupHost.Width = 100; |
Please let us know if you need any further assistanceRegards,
Durai