C# Class ZForge.Controls.TreeViewAdv.Tree.FixedRowHeightLayout

Inheritance: IRowLayout
Exibir arquivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
ClearCache ( ) : void
FixedRowHeightLayout ( TreeViewAdv treeView, int rowHeight ) : System
GetFirstRow ( int lastPageRow ) : int
GetRowAt ( Point point ) : int
GetRowBounds ( int rowNo ) : Rectangle

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

FixedRowHeightLayout() public method

public FixedRowHeightLayout ( TreeViewAdv treeView, int rowHeight ) : System
treeView TreeViewAdv
rowHeight int
return System

GetFirstRow() public method

public GetFirstRow ( int lastPageRow ) : int
lastPageRow int
return int

GetRowAt() public method

public GetRowAt ( Point point ) : int
point Point
return int

GetRowBounds() public method

public GetRowBounds ( int rowNo ) : Rectangle
rowNo int
return System.Drawing.Rectangle