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
100
can you hide the Toolbar Options (add and remove buttons)
posted

On the ultratoolbarmanager - there is a Down arrow (highlighted it says toolbar options - and the text Add and remove buttons. Is there a way to hide this down arrow?

Also, in the beginning of the toolbar there are these little side bars (can that be hidden as well?)

 If you want me to attach the screenshot to help illustrate, I can.

Thanks 

 

Parents
No Data
Reply
  • 135
    posted

     Here's how you disable the Toolbar Options arrow
        this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
    Alternatively, set AllowCustomize to false under ToolbarSettings from the Custom Property Pages of UltraToolbarManager control.

    By sidebars I guess you refer to the grab handle. Again, set GrabHandleStyle under ToolbarSettings to None.

Children
No Data