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

Issue with custom RadTabControl.AdditionalContent

1 Answer 83 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 18 Nov 2014, 08:20 PM
Hi Support,
I'm not sure what I would be missing here, but I have an issue with displaying PRISM ContentControl inside the <RadTabControl.AdditionalContent>. All other prism regions show up except of this one. That region is tied a custom view.

my xaml code is as below

<telerik:RadTabControl.AdditionalContent>         
                    <StackPanel Orientation="Horizontal">
                        <ContentControl regions:RegionManager.RegionName="{x:Static inf:RegionNames.SomeRegionA }"></ContentControl>                                                            </StackPanel>    
</telerik:RadTabControl.AdditionalContent>

Please help.

Thanks
Kiran

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 21 Nov 2014, 09:43 AM
Hello Kiran,

I tried to reproduce the reported issue on our side and it seems the code works as expected. Please take a look at the attached project and let me know if you have any other questions.

Regards,
Pavel R. Pavlov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TabControl
Asked by
Kiran
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or