Announcement

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

    Can verticle spacing in RadioGroupItme be done?

    I must be missing something be after setting setVerticle(true) or not setting it at all - there seems to be no way to control the spacing between the individual radio buttons. Since there is now way to control row number or hieght and setHeight appears to have no impact on the spacing if setWidth is also used - there is no clear way to set that distance.

    1. SmartClient Version: SC_SNAPSHOT-2012-02-23_v8.2p/Pro Deployment (built 2012-02-23)

    2.FireFox 10.0.1

    3. RadioGroupItem LicenseRadio = new RadioGroupItem("LICENSE", "License");
    LicenseRadio.setValueMap(license);
    LicenseRadio.setShowTitle(false);
    LicenseRadio.setDefaultValue("Authorize");
    LicenseRadio.setTop(10);
    LicenseRadio.setLeft(150);
    LicenseRadio.setVertical(true);
    //ewUnauthorizedBehaviorTypeItem.setHeight(500);
    LicenseRadio.setWidth(400);
Working...
X