-
Shortcut
-
gcd
-
Description
-
XAML snippet for a Grid.ColumnDefinitions with two ColumnDefinition objects
-
Language
-
XAML
-
Types
-
Expansion
-
Author
-
Fons Sonnemans
-
Upload on
-
1-11-2018 15:20:51
-
Downloads
-
2271
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="1*" />
</Grid.ColumnDefinitions>