'Declaration Public Enum RowHeightType Inherits System.Enum
public enum RowHeightType : System.Enum
Member | Description |
---|---|
Dynamic | A row's height will size to the tallest cell in the row, that is currently in view. Note: while scrolling the height of the row may grow as larger or smaller as content comes in and out of view |
Numeric | A rows's height will size to the value specified. |
SizeToLargestCell | A row's height will size to the tallest cell in the row. Note: while scrolling the height of the row may grow as larger content comes into view, however, it will never decrease in height. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2