Make ListBox multiline in Custom ListBox

  • Thread starter Thread starter Soren-a
  • Start date Start date
S

Soren-a

Hi

I have implemented the custom listbox example found at OpenNETCF.org
(http://www.opennetcf.org/PermaLink.aspx?guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63).
It is working fine, but I have one question:

Does anyone know how to make the ListBox multiline?

What I am looking for is the ability to make the liste look like this:

|-------------------------|
|XXXXX XXXX XXX |
|-------------------------|
| yyyyy yyy yy |
| zzzzz zzz z |
|-------------------------|
| ccccc ccc cc |
| bbbbb bbb b |
|-------------------------|

Does anyone know how to modify the code to make this posible?

I am using C# in the Compact Framework.

Thanks in advance
Søren Augustesen
 
Back
Top