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...