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?
This sounds like a bug but we do not support that version of NetAdvantage anymore. Also, chances are the bug was fixed in a later version anyway. I would recommend upgrading to the latest version. If the problem is still not fixed, you can submit the issue to the support group: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.Aspx.
lets say you have 5 tools and the 5th one is a help menu - can you insert a label spring=true just before the help menu to push just that tool to the far right? ive tried this and its not working for me... my tool bar is set to fill the entire row.
I was able to make it work. It turns out the problem was the existence of more than one label with no caption. I was using an additional label in the middle of the toolbar to create some space... once I removed that additional label the last label spring became active.