Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Adding spacing between RadioGroupItems?

    Hello, is it possible to set the spacing between vertically aligned RadioGroupItem options? Is there an attribute or CSS I can set? See below:


    Click image for larger version

Name:	spacing.png
Views:	56
Size:	8.4 KB
ID:	264014

    #2
    Just add CSS top/bottom padding to the CSS style. Note that the RadioGroupItem is made of individual RadioItems, so you want to set the textBoxStyle via itemProperties if you want to increase padding *between* each item.

    Comment


      #3
      Thanks, that worked!

      Comment

      Working...
      X