Announcement

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

    Horizontal arrangement of RadioGroupItem

    SmartClient Version: v8.2p_2013-03-28/PowerEdition Deployment (built 2013-03-28)

    I have a RadioGroupItem with 6 entries. I'd like them arranged with 2 rows of 3 items on each line.

    The setVertical(false) method gives all items on one line and it seems to ignore parent form width and item width settings, creating a scroll bar with the items off the screen.

    Any help is greatly appreciated!

    Matt

    #2
    There's no built-in way to ask for a 2x3 grid of RadioItems. You'd have to use two separate RadioGroupItems and add event handlers to make sure they were mutually exclusive.

    Comment

    Working...
    X