Has anybody an idea, how to paint image overlays over the listitems? One solution could be to create the item image dynamically, but I am looking for a better solution (less resource usage and faster processing). The grid view has the rowpaint event, but I don't find such a event for the list view.
1 Answer, 1 is accepted
0
Accepted
Jack
Telerik team
answered on 17 Aug 2011, 08:25 AM
Hi Tom,
It is easy to draw an overlayed image in list view elements. You just have to handle the VisualItemFormatting event and set the TextImageRelation property to Overlay. Here is a sample: