<< Click here to display Table of Contents >> Navigation: Install, Configure and Administer GN4 > Configuring GN4 > Reference of Configuring GN4 > XAML controls:
Description
Contains column definitions.
Members
Examples
<Grid.ColumnDefinitions>
<ColumnDefinition Width="450" MaxWidth="800"/>
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
See also
RowDefinitions