Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > Hide Drop-Down-Arrow

Answered Hide Drop-Down-Arrow

Feed from this thread
  • Andreas Nebel avatar

    Posted on Feb 24, 2011 (permalink)

    Hi,

    is there any way to hide these up-and-down-Arrows from the RadPanelBarElements? Thank you!

    Andy

    Reply

  • Answer Ivan Petrov Ivan Petrov admin's avatar

    Posted on Feb 28, 2011 (permalink)

    Hi Andreas Nebel,

    Thank you for writing.

    The RadPanelbar is an obsolete control and I would strongly suggest upgrading to the new control RadPageView.

    On your question you can hide the caption buttons by executing this piece of code:

    foreach (RadPanelBarGroupElement group in radPanelBar1.Items)
    {
       group.ShowCaptionButton(false);
    }

    I hope this will help. If you have further questions, I would be happy to help.

    Kind regards,
    Ivan Petrov
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

  • Andreas Nebel avatar

    Posted on Mar 2, 2011 (permalink)

    Hi Ivan,

    we're migrating step by step to RadPageView :-)

    Thank you, works fine!
    Andy

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > Hide Drop-Down-Arrow
Related resources for "Hide Drop-Down-Arrow"

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