Hello everyone!
Does anybody know if it is possible to change the position of a tool button that was added at runtime? I have added a button at runtime but it always appears at the bottom of the ones added at design time.
Thanks in advance!
That was it! Sorry for the late reply. Thank you so much! :)
when adding the tool use insert instead of add and put in the first argument the index where you want to add the tool
ultraToolbarsManager1.Toolbars[0].Tools.InsertTool(0, "key");