Page 1 of 1

JQMRegion and Size rendering

PostPosted: 19 Jan 2018 12:47
by Omega8
HI,

I've noticed that if you have JQMRegion.RegionOptions.RenderHeight:=TRUE
and have JQMRegion.StyleRenderOptions.RenderSize:=FALSE the height of the region
still gets rendered but the width does not. IMO the JQMRegion.StyleRenderOptions should have precedence over any render properties in the component.

I wasted an hour over trying to find why height gets rendered when the StyleRenderOptions is set to FALSE. Maybe this helps someone else.