Compact Framework - ListView like control ?

Posted by no9 on Stack Overflow See other posts from Stack Overflow or by no9
Published on 2010-04-08T10:42:57Z Indexed on 2010/04/08 11:13 UTC
Read the original article Hit count: 263

Filed under:
|

Hello.

I have been playing with Compact Framework lately and i need some advice.

I have a collection of items. One of the properties on each item is a string type that holds XML. This XML defines image, font, style etc...

Im looking for a control (similar to listView) that would replace listBox control.

Im not satisfied with listView control, because it is very limited on items level.

The control has to be dynamic enough so that my parser could parse the XML and customise the control. For a start i would like to show an image and perhaps some font styles for each row in the control.

Here is a sample what im trying to achieve:

alt text

Any suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about compact-framework