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

Inheritance: IRowLayout
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

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

Private Methods

Méthode Description
GetRowHeight ( int rowNo ) : int

Method Details

AutoRowHeightLayout() public méthode

public AutoRowHeightLayout ( TreeViewAdv treeView, int rowHeight ) : System
treeView TreeViewAdv
rowHeight int
Résultat System

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetFirstRow() public méthode

public GetFirstRow ( int lastPageRow ) : int
lastPageRow int
Résultat int

GetRowAt() public méthode

public GetRowAt ( Point point ) : int
point Point
Résultat int

GetRowBounds() public méthode

public GetRowBounds ( int rowNo ) : Rectangle
rowNo int
Résultat System.Drawing.Rectangle