Xceed Grid for WinForms v4.3 Documentation
GetFittedHeightCore Method (CellViewerManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : GetFittedHeightCore Method
The Xceed.Grid.Cell whose content is to be displayed.
An Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the viewer will be calculated.
A value, in pixels, representing the display width of the cell. The display width of the cell is its width without the borders.
Gets the System.Drawing.Graphics object used to paint.
true if the viewer is being printed; false otherwise.
Retrieves a value representing the fitted height of the viewer in pixels.
Syntax
'Declaration
 
Protected Overridable Function GetFittedHeightCore( _
   ByVal cell As Cell, _
   ByVal mode As AutoHeightMode, _
   ByVal cellDisplayWidth As Integer, _
   ByVal graphics As Graphics, _
   ByVal printing As Boolean _
) As Integer
'Usage
 
Dim instance As CellViewerManager
Dim cell As Cell
Dim mode As AutoHeightMode
Dim cellDisplayWidth As Integer
Dim graphics As Graphics
Dim printing As Boolean
Dim value As Integer
 
value = instance.GetFittedHeightCore(cell, mode, cellDisplayWidth, graphics, printing)
protected virtual int GetFittedHeightCore( 
   Cell cell,
   AutoHeightMode mode,
   int cellDisplayWidth,
   Graphics graphics,
   bool printing
)

Parameters

cell
The Xceed.Grid.Cell whose content is to be displayed.
mode
An Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the viewer will be calculated.
cellDisplayWidth
A value, in pixels, representing the display width of the cell. The display width of the cell is its width without the borders.
graphics
Gets the System.Drawing.Graphics object used to paint.
printing
true if the viewer is being printed; false otherwise.

Return Value

A value representing the fitted height of the viewer in pixels. If -1, then no fitted height is required or desired.
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

CellViewerManager Class
CellViewerManager Members