or
							
| <telerik:RadSplitContainer InitialPosition="FloatingOnly" x:Name="ZoomContainer" | 
| telerik:RadDocking.FloatingSize="200 200" > | 
| <telerik:RadPaneGroup > | 
| <telerik:RadPane CanDockInDocumentHost="False" CanUserClose="True" x:Name="paneZoom" | 
| DataContext="{Binding DataContext, ElementName=root}" | 
| IsHidden="{Binding DisplayZoom, Mode=TwoWay, Converter={StaticResource convInverseBoolean}}" | 
| Header="Zoom" > | 
| <!--<Expander IsExpanded="True" Header="Zoom">--> | 
| <Grid x:Name="rootZoom"> | 
| private void QDiagram_Loaded(object sender, RoutedEventArgs e) | 
| { | 
| //ZoomContainer.SetValue(RadDocking.FloatingLocationProperty, new Point(132, 10)); | 
| RadDocking.SetFloatingLocation(ZoomContainer, new Point(132, 10)); | 
| } | 
<Telerik:RadNumericUpDown IsInteger="True" Minimum="0" x:Name="NumericPieces" Value="1" Grid.Column="1" Margin="5" Grid.Row="0"></Telerik:RadNumericUpDown>