multi line list box

  • Thread starter Thread starter Muhammad Ahsin Saleem
  • Start date Start date
M

Muhammad Ahsin Saleem

Hi
I want to make a multi Line List Box. This list box will have multiple
lines for one item and this list box have all other functions like the
single line list box. Can any body help me its urgant
 
Muhammed,

Assuming that you mean a multi column listbox (there is already a multiline
listbox as every listbox is that), I advice you to take a DataGrid or a
DataGridView and remove all the headers from that.

Than you have a very nice multicolumn listbox.

I hope this helps,

Cor
 
thanks cor but it is still not clear to my what do you mean i need a
multiline listbox not a multi colums. if you could tell me any code
related to it then it will be fine for me.
 
Muhammad Ahsin Saleem said:
I want to make a multi Line List Box. This list box will have multiple
lines for one item and this list box have all other functions like the
single line list box. Can any body help me its urgant

Check out the listbox' 'DrawMode' property and its 'DrawItem' and
'MeasureItem' events.
 
Back
Top