Hello,
it is a littlebit difficult to discribe what my problem is but i will try.
I have a UltraToolbar with .IsStockToolbar = true. On this toolbar there are n ControlContainer tools followed by a SpringLabel and two ButtonTools. In the ContainerTools there are several setting a user can make. The two buttons are to edit settings and "close" the toolbar. The SpringLabel is used to position the two buttons always on the right end of toolbar.
The two buttons should be the last tools to be bumped, therefor i set priority of the two buttons and the springlabel to containertools.count + 1 and +2 and +3.
But what happened:
If i resize the form, the springlabel gets smaller and smaller. Everthing ok. But then the last button (n +3) disappears without bumpednotification. Go on resizing.
Then the first containercontrol disappears with bumped notification and the last button (n+3) appears again but the springlabel skrinks to the same size as the buttons (16 pix) and the two buttons are not at the right end anymore.
So why is the springlabel quiting to spring in bumped mode and why disappears the button without bumpednotification instead of one of the controlcontainertools which should disappear first?
Hope you understand what i mean,
Thank you
Bjoern
Hello Bjoern,
I`m not sure that I understand your issue and scenario. I try to reproduce your scenario in a small sample using our latest available version 12.1.20121.2054 and at a first look everything works properly. Could you please take a look at the attached sample and video file and let me know if you think that I didn`t reproduce your scenario. Please feel free to modify this sample to reproduce your issue and rervt it back to me . I`ll be glad to research it for you. Also could you please tell me what is your current version and do you have any installed sevice release and which one.
Let me know if you have any questions.
Regards
I forgot to ask if i can query a property if the toolbar is bumped? And if so, which tools are bumped.