Version

CardHeight Property

Returns/sets the Height of each Card.
Syntax
'Declaration
 
Public Property CardHeight As Double
public double CardHeight {get; set;}
Remarks
If left set to NaN, which is the default, the height of the card is based on the height required to show the contents of the record. When using a DataRecordSizingMode that sizes based on content, this could mean that the cards could be variable height. Also, if ShouldCollapseEmptyCells is set to true then this could also result in variable height cards. When set to a fixed value, the record will be positioned to fill the card. If the size required for the records height is larger, then a scrollbar will appear within the card by default to allow the end user to get to the remaining cells.

Note: If AutoFitCards is set to AutoFitCards.AutoFitCardsVertically or AutoFitCards.AutoFitCardsBothDimensions, then additional height may be added to the Card if vertical space is available.

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