Version

MinSummaryRowHeight Property

Specifies the minimum summary row height. By default the summary row heights are restricted by the font size and any images that the summary value may have. You can use this property to prevent the UltraGrid from imposing such a limit so you can programmatically set the summary row height to a smaller value than what UltraGrid calculates the minimum summary row height to be. Default value is -1. Setting this property to 0 will throw an exception since minimum row height has to be at least 1.
Syntax
'Declaration
 
Public Property MinSummaryRowHeight As Integer
public int MinSummaryRowHeight {get; set;}
Remarks

MinSummaryRowHeight specifies the minimum summary row height. By default the summary row heights are restricted by the font size and any images that the summary value may have. You can use this property to prevent the UltraGrid from imposing such a limit so you can programmatically set the summary row height to a smaller value than what UltraGrid calculates the minimum summary row height to be. Default value is -1. Setting this property to 0 will throw an exception since minimum row height has to be at least 1.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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