Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Removing the 'quick buttons' bar ?

Not answered Removing the 'quick buttons' bar ?

Feed from this thread
  • Thomas avatar

    Posted on Dec 2, 2011 (permalink)

    Hello,

    on this screenshot :http://tc81.net/private/telerik/20111202_1554.jpg

    How can I remove that stuffs that's hiding a part of the word 'Contacts' ?

    I think I found a way which is to hidden to set visibility:hidden for the first contextualTabGroup, and start to use at index 1 instead of 0.
    But I'm not sure if that is the "clean" way to do it.


    Thank you.

    Reply

  • Peter Peter admin's avatar

    Posted on Dec 5, 2011 (permalink)

    Hello Thomas,

    Thank you for writing.

    You can hide the RibbonBar's QuickAccessToolbar element as shown below:

    this.radRibbonBar1.RibbonBarElement.QuickAccessToolBar.Visibility = Telerik.WinControls.ElementVisibility.Hidden;

    I hope this helps. Kind regards,
    Peter
    the Telerik team

    Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Removing the 'quick buttons' bar ?
Related resources for "Removing the 'quick buttons' bar ?"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]