Hi folks,
I'm going to try and make this simple.
I have a panel with 4 RadioButtons. The text associated with the buttons is provided from a database, so there is no fixed amount of textual lines. Sometimes a button might only have one line of text or sometimes four or more lines.
So there are two problems:
1: The height of the RadioButton needs to adjust, depending on the amount of text that is associated with it.
2: Each subsequent button, will need to move, based on the height of the buttons above it.
If you use Java and RadioGroup, this is all done automatically.
Is there an easy way to do this?
Cheers,
:sign0085: Sterling
I'm going to try and make this simple.
I have a panel with 4 RadioButtons. The text associated with the buttons is provided from a database, so there is no fixed amount of textual lines. Sometimes a button might only have one line of text or sometimes four or more lines.
So there are two problems:
1: The height of the RadioButton needs to adjust, depending on the amount of text that is associated with it.
2: Each subsequent button, will need to move, based on the height of the buttons above it.
If you use Java and RadioGroup, this is all done automatically.
Is there an easy way to do this?
Cheers,
:sign0085: Sterling