Horizontal scrollbar in combobox

owiec

New member
Local time
Today, 13:36
Joined
Nov 1, 2009
Messages
5
Hello,
How can I set up horizontal scrollbar in combox? I found some info about that sbj on msdn:
If the column widths you set are too wide to be fully displayed within the combo box or list box, the rightmost columns are hidden and a horizontal scroll bar appears.
I dunno why but it doesnt work. I put in my ComboBox properties, Column Widths: 50 cm and scrollbar still does not apear.

Apart from that. Is there any other way to show long strings in combobox without horizontal scrollbars?
 
Last edited:
We need to know the values for some of the properties for the combo box:

Column Count?

Column Widths?

List Width?

Is the sum of the column widths is larger than the List Width, then you will get a horizontal scroll bar.
 
Column Count = 1
Column Widths = 55 cm (for tests)
List Width = Auto

Tried to setup up fixed list width and still no scrollbar :/
 
Try changing List Width to a number smaller than the sum of the Column Widths. I would not leave the List Width set to Auto


To test, try:
Column Widths = 55 cm
List Width = 10 cm
 

Users who are viewing this thread

Back
Top Bottom