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:
Any suggestions?