gridLength property

 

gridLength property is applicable to grid rows and columns and specifies their width and height, respectively. The property can be found in the Structure view and is represented as a child of a row or a column:

 

 

GridLength includes four subproperties:

GridLengthType and GridLengthValue

GridLengthValue property is used to specify the value for the column width or row height. GridLengthType property specifies the measuring units.

There are three possible GridLengthType values:

 

GridMaxLength and GridMinLength

GridMaxLength and GridMinLength properties specify the maximum and minimum length the grid element can have when the grid panel is resized.