This is a migrated thread and some comments may be shown as answers.

Hide Drop-Down-Arrow

2 Answers 98 Views
Panelbar (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
n/a
Top achievements
Rank 1
n/a asked on 24 Feb 2011, 04:50 PM
Hi,

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

Andy

2 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Petrov
Telerik team
answered on 28 Feb 2011, 05:46 PM
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!
0
n/a
Top achievements
Rank 1
answered on 02 Mar 2011, 10:38 AM
Hi Ivan,

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

Thank you, works fine!
Andy
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
n/a
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
n/a
Top achievements
Rank 1
Share this question
or