C# 클래스 ZForge.Controls.TreeViewAdv.Tree.AutoRowHeightLayout

상속: IRowLayout
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
AutoRowHeightLayout ( TreeViewAdv treeView, int rowHeight ) : System
ClearCache ( ) : void
GetFirstRow ( int lastPageRow ) : int
GetRowAt ( Point point ) : int
GetRowBounds ( int rowNo ) : Rectangle

비공개 메소드들

메소드 설명
GetRowHeight ( int rowNo ) : int

메소드 상세

AutoRowHeightLayout() 공개 메소드

public AutoRowHeightLayout ( TreeViewAdv treeView, int rowHeight ) : System
treeView TreeViewAdv
rowHeight int
리턴 System

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

GetFirstRow() 공개 메소드

public GetFirstRow ( int lastPageRow ) : int
lastPageRow int
리턴 int

GetRowAt() 공개 메소드

public GetRowAt ( Point point ) : int
point Point
리턴 int

GetRowBounds() 공개 메소드

public GetRowBounds ( int rowNo ) : Rectangle
rowNo int
리턴 System.Drawing.Rectangle