I have got a problem in setting the radiogroupitem.
I 'm working on a migrating project, I need to align the radiobuttons. i want 2 radiobutton horizontally and third one vertically.
I tried with the below codes;
radioGroupItem = new RadioGroupItem();
radioGroupItem.setValueMap(item1,item2,item3);
radioGroupItem.setShowTitle(false);
After applying this,all items are vertically aligned. If I could get a good solution i would be happy.
I 'm working on a migrating project, I need to align the radiobuttons. i want 2 radiobutton horizontally and third one vertically.
I tried with the below codes;
radioGroupItem = new RadioGroupItem();
radioGroupItem.setValueMap(item1,item2,item3);
radioGroupItem.setShowTitle(false);
After applying this,all items are vertically aligned. If I could get a good solution i would be happy.
Comment