Hello everyone,
I have a radiobutton group with 5 options, each one mapped to an enumeration type. The elements in the enumeration type have large texts to describe each one of them. I allready tried to put them in TextViews to the right of the radiobutton group, but i can´t manage to align the texts with the buttons. So, i tried putting those descriptions in the description values of the enumeration. This works fine for aligning the text, but makes the text not possible to wrap, ie, if you close to 50% the width of the explorer window, the text doesn't break in new lines, instead it stays in one rigid line that doesn't appear completely on screen.
Is there other ways, or is this a limitation ?
Thank you everyone.