Page 1 of 1

Button Spacing

PostPosted: 03 Nov 2013 05:06
by jredoc
Hello

With the scenario shown below, is there a mechanism to
- increase the space between the left border of the JQRadioGroupEx component and the individual radiobuttons?
- increase the space between the right border of the radiobutton and the caption of the JQRadioGroupEx.Items?


with IWCGJQRadioGroupEx1 do
begin
Caption := 'Biologic Systems'; // not in object inspector
CaptionPosition := jqcpRight; // This is the position of the radiobutton relative to the text
Layout := jqrlVertical;
end;


TIA

John