Hi Richard,
Thank you for contacting us.
The
RadCommandBar has a specific layout mechanism which arranges the strips from left to right. To achieve the desired effect you can set the
RightToLeft property of
RadCommandBar to
RightToLeft.Yes. However, this mode is indented to use with right-to-left languages and will turn all the elements in
RadCommandBar right-to-left. Therefore, it might not fit your scenario well.
Another approach is to set the
DesiredLocation property of each
CommandBarStripElement to a point with a very large X value:
However, if the user drags the strips, this will internally change the
DesiredLocation property. To avoid this, you can disable dragging by setting the following property:
I hope you find this useful. In case you need further help, do not hesitate to contact us.
All the best,
Ivan Todorov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>