09-02-2008 07:51 AM
I am developing one ListField for displaying Two and four lines of text. For selcted row I am displaying two lines and foe Non selected rows, two lines. I have taken one vertical filed manager and overrided its paint method to apply the background.
For the first time means for first four rows its working fine. But after that background is not coming for the ListRows.
Can u please any one tell me how background will be applied for whole list Items?
09-02-2008 08:20 AM - edited 09-02-2008 08:21 AM
Set background in drawListRow() method of ListFieldCallback instance.
Do not change paint() method. Use drawListRow() instead.