2X2 Grid


Snippet Details

Shortcut
2by2Grid
Description
XAML snippet for a 2X2 Grid
Language
XAML
Types
Expansion
Author
Microsoft Corporation
Upload on
20-12-2015 20:09:56
Downloads
3526

Declarations

ID ToolTip Default
Height1 Height of row 0 *
Height2 Height of row 1 *
Width1 Width of column 0 *
Width2 Width of column 1 *

Code Output

        <Grid>
             <Grid.ColumnDefinitions>
                 <ColumnDefinition Width="$Width1$"/>
                 <ColumnDefinition Width="$Width2$"/>
             </Grid.ColumnDefinitions>
             <Grid.RowDefinitions>
                 <RowDefinition Height="$Height1$"/>
                 <RowDefinition Height="$Height2$"/>
             </Grid.RowDefinitions>
         </Grid>
             
    

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages