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 ?
Hello sharik,
I took some time researching this and came to some sort of resolution which I would like you to take a look at and provide a feedback if it will work for you in the future.
thanks boris,
as i mentioned i went with fixed headers but i wish to learn incase i might need it in the future, i've attached a sample project that shows what i was refering to. as English is a Left to Right type language i would have expected the Exclusive Col Region feature to behave the same. but it put the Exclusive Col on the Right side instead of left. there is probably a way to choose on which side...
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Yes please - attach a sample project demonstrating this if possible.
i am not going to use ScrollRegiions but i thought to answer you, i also thought to my self, why would it go on the right side and not the left, but here is a screenshot. forgive my masking of data i know its silly.
the first col of the DataSet starts with "W" (on both DataTables) and that is the column which i made Exclusive (on both bands), and as you can see it is on the right side.
the RightToLeft property of the grid is set to NO (as by default) and the Anchor property is set to Top,Left (as by default) didn't touch these 2 properties. if you will like i will attach the project