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.