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

상속: IRowLayout
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

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

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

FixedRowHeightLayout() 공개 메소드

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

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