Page 1 of 1

Region like scrollbox

PostPosted: 25 May 2015 11:45
by scoluccia
is it possible to use JQRegion like TScrollbox, when I put a component over the height of the JQRegion it shloud show the verticalscrollbar but I've tried and it doesn't work

Re: Region like scrollbox

PostPosted: 25 May 2015 15:35
by Jorge Sousa
Hi

You've to set ClipRegion:=True, as for the TIWRegion

Re: Region like scrollbox

PostPosted: 28 Aug 2015 16:38
by scoluccia
Hi, I try with a simple project I put a IWRegion with two components just outsite the right border and botton border,then I put a IWCGJQRegion and I put the same things, in both I set Clipregion = True IWRegion works fine while IWCGJQRegion doesn't scroll.
Where is the problem, have I to set other properties?
Best regards

Re: Region like scrollbox

PostPosted: 28 Aug 2015 16:57
by Alexander Bulei
Hi scoluccia,

Just set CGScrollStyle to cgsbsAuto in our IWCGJQRegions.

Best Regards.