ColumnDefinition


ColumnDefinitionHierarchy: DependencyObject FrameworkContentElement DefinitionBase

     <ColumnDefinition         MinWidth="20"         MaxWidth="100"         Width="50" /> 

<ColumnDefinition .../> defines column-specific properties in a Grid.

Attributes


MinWidth (optional)

This Double value determines the minimum width of the column.


MaxWidth (optional)

This Double value determines the maximum width of the column.


Width (optional)

This Double value determines the initial width of the column.




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net