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

Inheritance: IRowLayout
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ClearCache ( ) : void
Résultat void

FixedRowHeightLayout() public méthode

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

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