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
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.
Mine would not show icons when I collapse or drag down the splitter. They just disappear. How to make them visible?