0

I want to create a custom IconItemRenderer for List, which looks something similar to this

  ---------------------------------------------
  1-179503881                         3/13/2012

  I am interested in downloading and testing 
  your tool for your project
  ----------------------------------------------

What I am basically looking for is, showing some text on upper right corner. But, the default IconItemRenderer does not support showing any label on top right or bottom right corner, which is most commonly seen in the Mobile App. Does anyone know how to modify/create a IconItemRenderer to accomplish this.

If anyone can provide some sample code, then it would be a great help.

Thanks.

ketan
  • 19,129
  • 42
  • 60
  • 98
Fayaz
  • 314
  • 6
  • 20

1 Answers1

1

Check out Flextras blog Building a Mobile ItemRenderer in Flex

Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
  • Thanks Alexander. Your post helped me understand the concept. I have modified the default IconItemRenderer, shipped with flex sdk, to accomplish my requirement. But, the date (in the top right corner) is being aligned vertically. I mean the letters are being aligned one below the other. I will post the code and would appreciate your further help. – Fayaz May 04 '12 at 13:05