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
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