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
665
Control Contaier (UltraExplorerBar)
posted

Hi there,

i need a control where i can put some controls in. For this i´m using the UltraExplorerBar with Group-Style as ControlContainer. All would be great if that Explorerbar didn´t have this small menu on the richt-bottm corner (it conains actions e. g. "Show more Buttons" or "Show fewer Buttons"). I hope u know what i mean.

Now my question: Is it possible do disable or to hide this small menu? Because i just need the exploer-bar for a small area where i can add buttons in.

Or is there a other control which would be fit better to my situation?

Regards

Cloud

Parents
  • 71886
    Suggested Answer
    Offline posted

    Hello Cloud,

    I suppose that you are using the 'OutlookNavigationPane' style for the control. If so, you could hide this menu with the following code:

        this.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false;

    Please do not hesitate to contact me if you need any additional assistance.

Reply Children
No Data