i see there are 2 properties about columns in listboxes..but how to use them? what do they exactly do?
Printable View
i see there are 2 properties about columns in listboxes..but how to use them? what do they exactly do?
MultiColumn:Gets or sets a value indicating whether the ListBox supports multiple columns.
ColumnWidth:Gets or sets the width of columns in a multicolumn ListBox.
What is strange about them?!!!
All it does is try to stuff items into columns so you don't have to scroll as much. Doesn't compare to ListView columns, the ListView items are still only one string and no subitems.
ah tahts what i wanted to know slow_learner..tks