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

Setting RadTabControl within a RadPaneGroup

1 Answer 47 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Sirum
Top achievements
Rank 1
Sirum asked on 01 Sep 2011, 03:25 PM
Hi,

I wonder if it is possible to add  a RadTabControl to a RadPaneGroup directly in .xaml like,

<telerik:RadPaneGroup cal:RegionManager.RegionName="{x:Static Regions:WellKnownRegionNames.MainRegion}" >
 
                        <telerik:RadTabControl>
                        </telerik:RadTabControl>
 
 </telerik:RadPaneGroup>


Sirum

1 Answer, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 02 Sep 2011, 09:09 AM
Hi Sirum,

You should first create a RadPane and place the TabControl in it:

<telerik:RadPaneGroup>
        <telerik:RadPane Header="testPane">
            <telerik:RadTabControl>
                <telerik:RadTabItem Header="test" />
                <telerik:RadTabItem Header="test2" />
            </telerik:RadTabControl>
        </telerik:RadPane>
    </telerik:RadPaneGroup>


Best wishes,
Yana
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Docking
Asked by
Sirum
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or