Make ListBox multiline in Custom ListBox

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top