Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • VerticalGap on a List Control
      Thread posted Sep 08 by andre@bingum
      202 Views, 1 Comment
      Title:
      VerticalGap on a List Control
      Content:

      Does anyone have any ideas how to add a vertical gap property to a list control? I need the each rowItem to be spaced a few pixels apart revealing the background of the container it's in (a basic panel with a backgroundGradient).

      I have looked at List and ListBase but can't seem to find where I can add my property.

      Any tips would be fantastic! 

      Andre

    Comments

    • Hey Andre

      If you set the variableRowHeight property of the List to "true", and then set the paddingBottom property to "-3" for example, that'll space the list items out differently.

      Worked for me...