Page 1 of 1

TIWCGJQTreeView nodes outside the containing region

PostPosted: 16 Apr 2016 01:50
by fcoalvarado
Inside a IWCGJQRegion I set a JQDatePicker alTop aligned, a IWRadioGroup alTop aligned and a IWCGJQTreeView alClient aligned.
On runtime I get the nodes from a SQL table and when redering the nodes they go outside the region and even outside the main IW form.
I tried to set different CGScrollStyle properties but the result is the same.
Any suggestions?
Best regards
Francisco Alvarado

Re: TIWCGJQTreeView nodes outside the containing region

PostPosted: 17 Apr 2016 00:14
by fcoalvarado
A temporary workaround:
OnRender Event set Height again.

Re: TIWCGJQTreeView nodes outside the containing region

PostPosted: 19 Apr 2016 11:42
by Alexander Bulei
Hi,

This property will resolve:

Code: Select all
IWCGJQTreeView1.CGScrollStyle:= cgsbsAuto;


Best Regards.

Re: TIWCGJQTreeView nodes outside the containing region

PostPosted: 20 Apr 2016 00:59
by fcoalvarado
Alexander:
That was the first I tried, as I said in my original post, but it didn't work.
Best Regards

Re: TIWCGJQTreeView nodes outside the containing region

PostPosted: 20 Apr 2016 10:32
by Alexander Bulei
Hi,

Works as expected here.

Best Regards.