is there any way to hide these up-and-down-Arrows from the RadPanelBarElements? Thank you!
Andy
2 Answers, 1 is accepted
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 inradPanelBar1.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!