Xceed Grid for WinForms v4.3 Documentation
GetFittedDisplayHeight Method (GroupManagerRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupManagerRow Class : GetFittedDisplayHeight Method
An AutoHeightMode value indicating in regards to what factors the fitted height of the row will be calculated. This parameter is not taken into consideration for a GroupManagerRow; the fitted height of a GroupManagerRow is always the height of either one line or the height of the glyph (which ever is bigger).
The System.Drawing.Graphics object used to paint the row.
true if the row is being printed; false otherwise.
Retrieves the fitted height of the row in pixels.
Syntax
'Declaration
 
Protected Friend Overrides Function GetFittedDisplayHeight( _
   ByVal mode As AutoHeightMode, _
   ByVal graphics As Graphics, _
   ByVal printing As Boolean _
) As Integer
'Usage
 
Dim instance As GroupManagerRow
Dim mode As AutoHeightMode
Dim graphics As Graphics
Dim printing As Boolean
Dim value As Integer
 
value = instance.GetFittedDisplayHeight(mode, graphics, printing)
protected internal override int GetFittedDisplayHeight( 
   AutoHeightMode mode,
   Graphics graphics,
   bool printing
)

Parameters

mode
An AutoHeightMode value indicating in regards to what factors the fitted height of the row will be calculated. This parameter is not taken into consideration for a GroupManagerRow; the fitted height of a GroupManagerRow is always the height of either one line or the height of the glyph (which ever is bigger).
graphics
The System.Drawing.Graphics object used to paint the row.
printing
true if the row is being printed; false otherwise.

Return Value

The fitted height of the row in pixels.
Requirements

Target Platforms: 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

Reference

GroupManagerRow Class
GroupManagerRow Members
Base Implementation in GetFittedDisplayHeight