Hey,
I would like the layout of the columns in my grid to start from the right edge of my grid and go leftward.
I am able to sort of imitate the desired appearance by setting the grid's horizontal alignment to right (and reversing the order of the fields). However, if the user shrinks the columns then the columns no longer touch the right edge of the grid -- they seem to be left aligned in some sort of panel within the grid and that panel seems to have some sort of width/min width set.
Is there any better way to accomplish this?
Thanks
Hi Jonathan,
Setting FlowDirection to RightToLeft reverses everything in the grid. Would that work for you ?
I tried this setting and unfortunately it isn't what I want -- it changes other things like the context menu (which also gets reversed) and the alignments. Is there any other way?
I have spoken to the development team and unfortunately there isnt any good way to do this.
Ahh, I was hoping that it could be done. Either way, thank you for looking into this for me.