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

Inheritance: IRowLayout
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

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

Private Methods

Method Description
GetRowHeight ( int rowNo ) : int

Method Details

AutoRowHeightLayout() public method

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

ClearCache() public method

public ClearCache ( ) : void
return void

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