Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1180
The control container of ultratoolbar can not be shown
posted

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.

  • 5118
    posted

    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).