Hi,
Where do I find the property that will allow me to align the tools on my toolbar with the right end instead of with the left?
CheersJason
If you are using a regular toolbar, you should just be able to reverse the order of the tools in the tools collection. If the toolbar has FillEntireRow set to True, you can put a LabelTool with no caption before all the tools in the toolbar and set its InstanceProps.Spring property to True. This will push everything to the right side of the toolbar.
hello!
i am using infragistics NetAdvantage 2003 Vol. 3. and i have tried to arrange two buttontools to the right side of the ultratoolbar. the ultratoolbar is a mainmenu bar! the dialog dialog size is 800; 600. what still happening is that when the dialog opens maximized the last buttontool is in the second row of the mainmenubar. when i press the maximize button again to display the dialog in the original size everything is ok. the whole menu is in one row... how can i fix this issue?
Thanks Mike. That worked exactly as I needed it to.
Much appreicate.