Hi,
I'm using the infragistics Expander control with the XamPivotGrid to display the XamPivotDataSelector at the side (using the examples from the samples browser).
In all the examples the expander is on the right. I'd like to put it on the left of the window, but I can't find an option to change the direction in which it expands. Am I missing something?
Thanks,
Richard
Ok, great, that does the trick. Thanks.
Hello Richard,
To display as a right arrow before expanding and show the bar on the right side once expanding can be done by setting the FlowDirection property to "RightToLeft" in the Expander object.
Hi Duane,
Thanks for the reply, and sorry for the delay in getting back to you.
In your sample, whilst the expander is on the left on the screen it still behaves as if it were on the right. To clarify, the expand arrow points left, rather than right, and the expander bar remains on the left of the screen when it is expanded, rather than moving to the area between the selector and the grid, as it does when it is on the right.
Is there any way to make the behaviour consistent when the expander is on either side?
To display the expander on the left side can be done by the column definitions/layout specified.
I have attached a sample.