Is it possible to position tools at different ends of a toolbar? I've set the FillEntireRow property to TRUE so that the Toolbar takes up the entire length of the form. Now I would like to place some buttons on one end and some on the other.
Thanks,
Stefan
stefan,
for what its worth i had the exact same issue. I got around it by using a control container as a spacer between the buttons. I set its width so that it effectively pushed the button to the right hand side of the toolbar.
I am lucky in that the form in question cannot be resized which would cause some issues. I am not 100% happy with it as its rather crude but it done the job..
R