Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
ExclusiveColScrollRegion sides
posted

how to i choose on which "side" of the split  will be the ExclusiveColumn ?

if for example i've done this :

ug.DisplayLayout.MaxColScrollRegions = 2;

ug.DisplayLayout.Bands[0].Columns[0].Header.ExclusiveColScrollRegion = ug.DisplayLayout.ColScrollRegions[0];

ug.DisplayLayout.Bands[1].Columns[0].Header.ExclusiveColScrollRegion = ug.DisplayLayout.ColScrollRegions[0];

ug.DisplayLayout.ColScrollRegions[0].Split();

the Column[0] of both bands is now exclusivly on the Right side of the split but i want it to be on the left side. where do i indicate that?

Furthermore, 

How do i hide the Expand/Collapse indicators (+/- signs) from the one of the split sides? for example at the ExclusiveColScrollRegion  ?

 

Parents Reply Children
No Data