Hi Team,
I am currently working with ultratoolbar. I met a strange problem here.
I added a control container into the ultratoolbar and put any control (say a ultrabutton) inside it, and I can see it is shown when I added.
But when I run the project, I can not see the control container.
I think maybe it is because of the position problem, is there anything that I am missing when using the control container?
Thanks.
1. Add the Control Container Tool to a Toolbar.
2. Add the UltraButton to the Form.
3. Specify the Control property of the Control Container to point to the UltraButton instance on the form.
That is all there is to it... make sure the ControlContainer is visible. Make sure the Control property is set. If both of are satisfied something else is going on and you should contact Developer Support (get help).