WillemvanZyl Posted March 26, 2018 Posted March 26, 2018 Hi, I have a form with 2 radio controls on them. My Form's width is 300 (not a full screen form) and both my radio controls FieldLabelWidth is set to 250, and FieldLabelAlign is Left. But on runtime I get the attached screenshot. How can I get all the text to display? and is it possible to wrap the text into a second line?
nannoc Posted March 30, 2018 Posted March 30, 2018 Your Control looks like a UnimCheckbox and not a UnimRadio, but this will work for both. Set your FieldLabelAlign to right and your FieldLabelWidth to a suitable length for you text. See attached image.
Recommended Posts