Hi All,
In my window application i created a Combobox. My requirement is like, if i add a long string to combobox and when i will expend that combobox, in the list view that string should come completely.
Hi All,
In my window application i created a Combobox. My requirement is like, if i add a long string to combobox and when i will expend that combobox, in the list view that string should come completely.
Modify the DropDownWidth
property of your combobox object to accomodate long strings.