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

Explorer Style with Panel bar

1 Answer 91 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.
TwoLaJit
Top achievements
Rank 2
TwoLaJit asked on 07 Jun 2009, 03:24 AM
Hi, I am trying to create a look and feel of the Explorer Style as shown in the link.

How would I go about this? Am I using the wrong control? is the panel bar not capable of this? 

Thank you!


1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 10 Jun 2009, 11:46 AM
Hello TwoLaJit,

RadPanelBar has a style named ExplorerBarStyle which resembles the look and feel of Windows XP explorer bar. Actually, RadPanelBar supports four different styles like OutlookNavPane, ExplorerBar, ListBar, VS2005Style. To set a style you should use the GroupStyle property:

     this.radPanelBar.GroupStyle = PanelBarStyles.ExplorerBarStyle;

I suggest you also take a look at the examples of RadPanelBar in our Demo application. There is a lot of sample code to use.

Best wishes,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
TwoLaJit
Top achievements
Rank 2
Answers by
Boyko Markov
Telerik team
Share this question
or