Page 1 of 1

PaddingTop has no effect

PostPosted: 19 Jul 2016 14:44
by jorgo
Hi,
during designtime I use

Code: Select all
IWCGJQRadioGroupEx1.Items[0].PaddingOptions.PaddingTop = 10px;
IWCGJQRadioGroupEx1.Items[1].PaddingOptions.PaddingTop = 10px;
IWCGJQRadioGroupEx1.Items[2].PaddingOptions.PaddingTop = 10px;


but I can see no effect.

Must I set another property to activate it?

Re: PaddingTop has no effect

PostPosted: 26 Jul 2016 17:35
by Alexander Bulei
Hi,

There is no PaddingOptions for item (TIWCGJQRadioGroupItem).

Best Regards.