0

Is there any way to dynamically change the padding between each row in an itemRenderer List for Mobile Air Apps (iOS)?

At the moment I'm using conditional CSS to detect what resolution the device is and change the font size in the list accordingly. However I can't seem to change the padding on-top nor below each item.

You can see what I mean by clicking here:

app-emulator

Thanks for all your help and sorry if this is a stupid question.

Jason Sturges
  • 15,855
  • 14
  • 59
  • 80
ChiWaiLi
  • 95
  • 1
  • 2
  • 8

1 Answers1

0

You could try setting (for example through CSS or extend it and make your custom item renderer for the List) the paddingTop and paddingBottom of the LabelItemRenderer

Alexander Farber
  • 21,519
  • 75
  • 241
  • 416