Version

RowHeightType Enumeration

An Enum that describes the type of height for the Row.
Syntax
'Declaration
 
Public Enum RowHeightType 
   Inherits System.Enum
public enum RowHeightType : System.Enum 
Members
MemberDescription
DynamicA 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
NumericA rows's height will size to the value specified.
SizeToLargestCellA 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.
Requirements

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

See Also