Grid.RowDefinitions with two RowDefinition objects


Snippet Details

Shortcut
grd
Description
XAML snippet for a Grid.RowDefinitions with two RowDefinition objects
Language
XAML
Types
Expansion
Author
Fons Sonnemans
Upload on
1-11-2018 15:21:05
Downloads
2488

Code Output

        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
            <RowDefinition Height="1*" />
        </Grid.RowDefinitions>
    

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages