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

RadTacontrol orientation while copying properties of Tab through refelection

1 Answer 34 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
HARSH
Top achievements
Rank 1
HARSH asked on 24 Sep 2010, 08:44 AM

Hi,
I am using RadTacontrol and while copying properties of Tab through refelection I am getting vertical orientation of Tab though
its set as horizontal.Do i need to copy any particular property for getting similar orientation.

Here is my Xaml File. 

<telerikNavigation:RadTabControl TabOrientation="Horizontal">
 <telerikNavigation:RadTabItem Header="hello1" MinWidth="100" >
 <StackPanel>
 <telerikControls:RadExpander Header="FirstExpander" Name="radExpander1" Margin="0,0,0,0" >
 <TextBlock TextWrapping="Wrap" Text="Microsoft " ></TextBlock>
 </telerikControls:RadExpander>
 <telerikControls:RadExpander Header="SecondExpander" Name="radExpander2" Margin="0,5,0,0" >
 <TextBlock TextWrapping="Wrap" Text="Industrialist ."></TextBlock>
</telerikControls:RadExpander>
 </StackPanel>
 </telerikNavigation:RadTabItem >
 </telerikNavigation:RadTabControl>

 

Thanks In advance,
Harsh

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 29 Sep 2010, 02:21 PM
Hi HARSH,

 I'm not sure I get your point. As far as I tested your code, I'm seeing regular horizontal tabs. You can check screen shot of what I'm seeing.
Can you please elaborate a little bit more, in order to find the problem?
Thank you.

Kind regards,
Miro Miroslavov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabControl
Asked by
HARSH
Top achievements
Rank 1
Answers by
Miro Miroslavov
Telerik team
Share this question
or