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

RadTab within DocumentHost

8 Answers 59 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 15 Mar 2011, 04:42 AM
Hi,

I want to be able to have the DocumentHost Pane contain RadTab.  I want to use RadTab so that I can scoll tabs and also provide a drop down list of tabs as provided by RadTab.  I also do not want to provide a tab for DocumenHost as I only want to see the tabs from RadTab.  If I can set properties in the DocumentHost that would provide the  capabilities of RadTab that would be even better but I did not see any way of doing that.

Thanks
Rich

8 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 15 Mar 2011, 10:35 AM
Hi Richard,

Could you please send us a screenshot of what you want to achieve? This will definitely shed some light on your scenario. I am glad to assist you further.

Best wishes,
George
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
Richard Harrigan
Top achievements
Rank 1
answered on 15 Mar 2011, 02:37 PM
Hi
 
How do I send a screen shot? 

Please ook at the visual studio 2010 document pane.  To the right of the tabs is a little icon that when pressed will show a drop down list of tabs including those no visible on the screen.    If you look at radtab it also includes that type of icon.  Also notice that each visual studio tab has an x that can be pressed for deleting.  That's what I am looking to do.

Thanks
Rich


0
Richard Harrigan
Top achievements
Rank 1
answered on 15 Mar 2011, 05:32 PM
Hi,

I found the answer to part of my question.  I did not realize RadPanelGroup inherits from RedTabControl.

 

 

 

<telerik:RadPaneGroup DropDownDisplayMode="Visible"
  ScrollViewer.HorizontalScrollBarVisibility
="Auto" >

 

I still would like to get the 'x' on each tab for closing.

Thanks
Rich
0
Pana
Telerik team
answered on 18 Mar 2011, 03:13 PM
Hi Richard Harrigan,


This feature will require custom styles for the RadPane items. Can you tell me which theme do you use so I can add the buttons and send you the proper styles.

All the best,

Pana
the Telerik team

 

0
Richard Harrigan
Top achievements
Rank 1
answered on 19 Mar 2011, 06:14 PM
Hi

I am using Office_BlackTheme.  If it's not alot of work could you also changes the tabs to look like those in  SummerTheme (Curved tab).   if changing the tab style is a big deal don't bother with it.

Thanks
Rich
0
Pana
Telerik team
answered on 24 Mar 2011, 03:07 PM
Hi Richard Harrigan,

It is not a big deal but the summer theme uses blue MouseOver :) The summer brushes are on top of the resources so they are easy to find. You have to pick somewhat orange brushes that will look fine. I have created a project that has the summer theme with X buttons applied as well as black and summer docking styles that you can use for reference.

I hope the attached solution will work fine for you.

Greetings,
Pana
the Telerik team
0
Richard Harrigan
Top achievements
Rank 1
answered on 24 Mar 2011, 11:23 PM
Hi Pana,

I tried out the sample program and it worked fine.  When I tried it out on my program it.did not work.  The difference is that my program the tabs that need to be curved are RadDocumentPane.  Your example was curving RadPane.  I want the RadDocumentPane to be cureved but not RadPane.

Thanks
Rich
0
Pana
Telerik team
answered on 29 Mar 2011, 09:08 AM
Hi Richard Harrigan,

RadDocumentPane remains there for no reason. It was meant to present document tabs but instead RadPanes had an additional template property that is used for styling and RadDocumentPane remains just for legacy issues. Use RadPanes in place of RadDocumentPanes.

Greetings,
Pana
the Telerik team
Tags
Docking
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
George
Telerik team
Richard Harrigan
Top achievements
Rank 1
Pana
Telerik team
Share this question
or