Hello,
My trial is going well. But, I am a bit confused with the 'ribbon window'.
I have replaced my standard MainWindow - with a RibbonWindow - this works.
However, I would then like to add contents below my ribbon. I would like to match the following structure:
Ribbon Window
Ribbon
Dockable panels
I have managed to get the contents to appear under the ribbon using the grid element with a defined margin parameter:
However, there must be a better method. Also, I am generally confused about how layout and size works within Telerik. I have set my width to 'auto' this automatically resizes the grid to fit the contents - what if I want the grid to be 100% of the available width?
My trial is going well. But, I am a bit confused with the 'ribbon window'.
I have replaced my standard MainWindow - with a RibbonWindow - this works.
However, I would then like to add contents below my ribbon. I would like to match the following structure:
Ribbon Window
Ribbon
Dockable panels
I have managed to get the contents to appear under the ribbon using the grid element with a defined margin parameter:
<Grid Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Center" Width="auto" Margin="0 150 0 0"> <telerik:RadDocking x:Name="radDocking"> <telerik:RadSplitContainer> <telerik:RadPaneGroup>However, there must be a better method. Also, I am generally confused about how layout and size works within Telerik. I have set my width to 'auto' this automatically resizes the grid to fit the contents - what if I want the grid to be 100% of the available width?