Articles in this section
Category / Section

How to set the width of the dropdown in a ComboBoxBarItem in WinForms XPToolBar?

1 min read

Width of dropdown in ComboBoxBarItem

The MinDropDownWidth property of ComboBoxBarItem is used to set the width of the dropdown in a ComboBoxBarItem. Please refer the below code snippet which illustrates this:

C#

this.comboBoxBarItem1.MinDropDownWidth = 300;

VB

Me.comboBoxBarItem1.MinDropDownWidth = 300

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied