Hi all ,
I need the UltraToolBars control to be aligned from right to left. I config the toolbar control to Ribbon , but I cann't see the control from right to left.
Is there any option to do that .
Regards...
This is not possible currently. I would recommend submitting a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Has this feature been implemented?
Thanks
Gianni
Hello serhiol,
What are your settings and what are you using - Ribbon or Toolbars? What are you doing with the tools' alignment - are you dragging them?
You ask Right to Left....
but actually I can't even align the items from Left to Right, once the user moved the tool, it remains at the user's position, not the aligned to left position...
Oh, sorry, I have lost that particular.The workaround I mentioned applies only on normal toolbars.Thank you for the clarification.Gianni
Thank you Gianni, and you also need to set the UltraToolbar.Settings.FillEntireRow property to True for this to work. But the original question was asking if it was possible to right align the Ribbon. And currently, there is still no way to do this.
Hi guys,
even I don't know if that request has been implemented, I found a workaround to simulate a right to left alignment.
To do that you can put all your controls temporary aligned to left, then insert to the very left of all of your tools a LabelTool.
Then set that label caption to "" (empty) and its property SharedProps.Spring to true and finally its background color to transparent.
This will enlarge the empty label to fill all available free space pushing other controls to the right.
Hope this could help.