Step 2 of 4: Adding a C1UniformGrid

Next we are going to add a C1UniformGrid.

1.   In the XAML window of the project, place the cursor between the <Grid x:Name="ContentPanel"></Grid> tags and click once.

2.   Add the following markup between the <Grid x:Name="ContentPanel"></Grid> tags to add a C1DockPanel:

<c1:C1UniformGrid x:Name="c1uniformgrid1"></c1:C1UniformGrid>

3.   Place your cursor in between the <c1:C1UniformGrid> tags and enter the following XAML to add the grid's child elements, or numbered cells in this case:

      XAML Markup

If you run the application at this point, it looks like the following image:


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.