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

RadDocking + RadOutlookBar

0 Answers 25 Views
Docking
This is a migrated thread and some comments may be shown as answers.
sonia
Top achievements
Rank 1
sonia asked on 22 Nov 2012, 02:14 PM

I would like to combine these two types of controls.

I would like to have a RadOutlookBar in the left part of my main page. And a RadDocking control in the right part.

I tried to do that:

<Grid>

 <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto" />
            <ColumnDefinition Width="*"/>
 </Grid.ColumnDefinitions>

 <telerik:RadOutlookBar Grid.Column="0" Width="300" x:Name="Menu" MinimizedButtonContent="Menu" telerik:StyleManager.Theme="Office_Silver">
 ...
 </telerik:RadOutlookBar>

 <telerik:RadDocking Grid.Column="1" x:Name="radDocking1" BorderThickness="0"  Padding="0">
 ...
 </telerik:RadDocking>
</Grid>

But the following error is launched:

Placing docking control in a panel or control that measures  it with infinite width or height is not supported in the current version.

Any help will be welcome. Thank you.
Sonia.

 

 

No answers yet. Maybe you can help?

Tags
Docking
Asked by
sonia
Top achievements
Rank 1
Share this question
or