| 12345678910111213141516171819 | 
							- <Syncfusion:RibbonWindow x:Class="InABox.DynamicGrid.DynamicSpreadsheet"
 
-         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 
-         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 
-         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 
-         xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 
-         xmlns:local="clr-namespace:InABox.DynamicGrid"
 
-         xmlns:Syncfusion="http://schemas.syncfusion.com/wpf"
 
-                          Syncfusion:SkinStorage.VisualStyle="Office2013"
 
-         mc:Ignorable="d"
 
-         Title="DynamicSpreadsheet" Height="450" Width="800">
 
-     <Grid>
 
-         <Grid.RowDefinitions>
 
-             <RowDefinition Height="0"/>
 
-             <RowDefinition Height="*"/>
 
-         </Grid.RowDefinitions>
 
-         <Syncfusion:SfSpreadsheetRibbon Grid.Row="0" DataContext= "{Binding ElementName=Spreadsheet}"  />
 
-         <Syncfusion:SfSpreadsheet x:Name="Spreadsheet" Grid.Row="1" FormulaBarVisibility="Collapsed" />
 
-     </Grid>
 
- </Syncfusion:RibbonWindow>
 
 
  |