Connecting Tech Pros Worldwide Forums | Help | Site Map

multi line list box

Muhammad Ahsin Saleem
Guest
 
Posts: n/a
#1: Sep 25 '06
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


Cor Ligthert [MVP]
Guest
 
Posts: n/a
#2: Sep 25 '06

re: multi line list box


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

"Muhammad Ahsin Saleem" <ahsin.saleem@gmail.comschreef in bericht
news:1159160036.467940.199400@k70g2000cwa.googlegr oups.com...
Quote:
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
>

Muhammad Ahsin Saleem
Guest
 
Posts: n/a
#3: Sep 25 '06

re: multi line list box


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.

Cor Ligthert [MVP] wrote:
Quote:
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
>
"Muhammad Ahsin Saleem" <ahsin.saleem@gmail.comschreef in bericht
news:1159160036.467940.199400@k70g2000cwa.googlegr oups.com...
Quote:
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
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#4: Sep 25 '06

re: multi line list box


"Muhammad Ahsin Saleem" <ahsin.saleem@gmail.comschrieb:
Quote:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Closed Thread