listbox with columns?

M

Merrit

Hello,

in the application I try to develop I need to display data in a table. I
could use the datagrid from the toolbox but this doesn't look that nice.
So I tried to create kind of a table by displaying textlabels instead
and/or image buttons (ButtonEx from OpenNETCF) and drawing the lines
with the gdi. As this alternative was far too slow I would like to use a
listbox instead. Does anybody know whether or not I can have not only
rows but also columns to display data that belongs together in the same
row? I'm pretty new to the Compact Framework, C# etc. and not that firm
with writing components myself, I only found some code on the net that
makes it possible to create a listbox by myself.

Thanks for your help!
Merrit
 
M

Merrit

Hi Daniel,

thanks for the idea, didn't consider this so far, really looks like an
alternative

Cheers
Merrit
 

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

Top