02-12-2013 12:43 AM - edited 02-12-2013 12:46 AM
Hi,
i have to implement a list with a colored rectangles and a label field contatining that color value and it will be for atleast 20 rows with different colored rectangles.so,now my problem is, i cant implement that graphics in those list..wat should i do to achieve this?can anyone help me through this?
plz..
Solved! Go to Solution.
02-12-2013 01:27 AM
Use Cell Renderer which will be defined for per row.
In this cell renderer draw a rect using Sprite & add a label.
In list dataProvider you can set cell color & its label value.