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

Problem with the orientation of Telerik Outlookbar for Silverlight control

1 Answer 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Snehal
Top achievements
Rank 1
Snehal asked on 04 Aug 2010, 05:08 PM
Hi @

I am using Telerik Outlookbar for Silverlight control in which I want the Tabs to be aligned as Vertical.

But In my case Tabs are always aligned in Horizontal.

In the below code RadOutlookbar is in the third row.

Please help me with some solution.

Sample Code to reproduce the issue:

<

 

 

Grid x:Name="LayoutRoot" Background="White" VerticalAlignment="Top">

 

<Grid.RowDefinitions>

 

<RowDefinition Height="29*" />

 

<RowDefinition Height="33" />

 

<RowDefinition Height="400*" />

 

</Grid.RowDefinitions>

 

<TextBox Grid.Row="0" AcceptsReturn="True" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Visible" HorizontalAlignment="Center"

 

Name="txtMessage" VerticalAlignment="Center" Width="120" Height="70" IsReadOnly="True" TextWrapping="Wrap" />

 

<ComboBox Name="comboBox1" VerticalAlignment="Center" HorizontalAlignment="Center" Width="120" Grid.Row="1" />

 

<Grid Grid.Row="2" x:Name="LayoutRoot" Width="150" HorizontalAlignment="Left">

 

<telerikNavigation:RadOutlookBar x:Name="RadOutlookBar1">

 

<telerikNavigation:RadOutlookBarItem Header="Item 1">

 

<TextBlock Text="Item 1 Content"/></telerikNavigation:RadOutlookBarItem>

 

<telerikNavigation:RadOutlookBarItem Header="Item 2">

 

<TextBlock Text="Item 2 Content"/>

 

</telerikNavigation:RadOutlookBarItem>

 

<telerikNavigation:RadOutlookBarItem Header="Item 3">

 

<TextBlock Text="Item 3 Content"/>

 

</telerikNavigation:RadOutlookBarItem>

 

</telerikNavigation:RadOutlookBar>

 

</Grid>

 

</Grid>

 

 

1 Answer, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 09 Aug 2010, 04:36 PM
Hi Snehal,

Unfortunately currently the OutlookBar does not support horizontal orientation.

Do you have a screenshot of how you expect it should look?

I created a public feature request, you can vote for it here:

http://www.telerik.com/support/pits.aspx#/public/silverlight/2990

Greetings,
Miroslav
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
General Discussions
Asked by
Snehal
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Share this question
or