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

GroupBox in RadTabItem

4 Answers 396 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Dodd
Top achievements
Rank 1
Dodd asked on 11 Sep 2013, 09:12 AM
Hi, I'm using a GroupBox control inside RadTabItem, but the GroupBox's header doesn't display properly when it is placed in RadTabItem.
How can I fix this? I attached the code and a captured image.
Thanks!

<telerik:RadTabControl x:Name="radTabControl" Grid.Row="1" TabStripPlacement="Bottom" >
     <telerik:RadTabItem x:Name="Column" Header="Column">

     </telerik:RadTabItem>

     <telerik:RadTabItem x:Name="WallFoot" Header="WallFoot">
     </telerik:RadTabItem>

     <telerik:RadTabItem x:Name="Stair" Header="Stair">
          <GroupBox Header="GroupBoxtest" Margin="10"/>
     </telerik:RadTabItem>

</telerik:RadTabControl>

4 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 13 Sep 2013, 02:57 PM
Hi Dodd,

I tested the provided snippet with our latest release and it seems that the code works as expected. Can you please clarify which version of our dlls you use? If you use outdated version of our dlls we suggest you to upgrade to our latest release. In case that you use our latest I will need to take a look at your current implementation. By doing so I will be able to fully understand your scenario and investigate the reasons behind the reported behavior.

Thank you for understanding.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Dodd
Top achievements
Rank 1
answered on 01 Oct 2013, 06:18 AM
I'm using 2013_2_0724. Can you give me a sample project that works? Thank you very much!
0
Pavel R. Pavlov
Telerik team
answered on 03 Oct 2013, 12:29 PM
Hello,

I just copied the provided code snipped and I tested it with several versions of our binaries.

However, I suggest applying Foreground and FontSize to the GroupBox control. If you see the Header after these changes, you need to make sure that your custom style propagates these properties correctly.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Dodd
Top achievements
Rank 1
answered on 04 Oct 2013, 06:34 AM
Hi, I found out that GroupBox's header does not show up when using a custom theme.
I will open a support ticket for a sample project I'm working on. Can you please look at that?
Thanks!!
Tags
TabControl
Asked by
Dodd
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Dodd
Top achievements
Rank 1
Share this question
or