Hi,
I need to set UltraToolsbar of alignment to right position.
Toolsbar1 is in Left position and Toolsbar2 want to be Right position. Is there any setting to make align right.
Sample image show in below.
I submitted a feature request for this here
There is currently no support for right aligning toolbars. You can submit a feature request for this.
You can also do something like this by instead putting all toolbars on a single toolbar. Set the UltraToolbar.Settings.FillEntireRow to True. In between the Save tool and the Search label, insert a LabelTool. Don't give it a caption, but set it's SharedProps.Spring property to True. At runtime, the Search label and text box will appear on the right side of the Form.