프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PIXELS_PER_LEVEL | int |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Render ( System graphic, System rect ) : void |
The real work of drawing the tree is done in this method
|
|
TreeRenderer ( ) : System |
Create a TreeRenderer
|
메소드 | 설명 | |
---|---|---|
DrawExpansionGlyph ( |
Draw the expansion indicator
|
|
DrawExpansionGlyphManual ( |
Draw the expansion indicator without using styles
|
|
DrawExpansionGlyphStyled ( |
Draw the expansion indicator using styles
|
|
DrawLines ( |
Draw the lines of the tree
|
|
HandleGetEditRectangle ( |
Calculate the edit rect
|
|
HandleHitTest ( |
Do the hit test
|
protected DrawExpansionGlyph ( |
||
g | ||
r | ||
isExpanded | bool | |
리턴 | void |
protected DrawExpansionGlyphManual ( |
||
g | ||
r | ||
isExpanded | bool | |
리턴 | void |
protected DrawExpansionGlyphStyled ( |
||
g | ||
r | ||
isExpanded | bool | |
리턴 | void |
protected DrawLines ( |
||
g | ||
r | ||
p | ||
br | Branch | |
glyphMidVertical | int | |
리턴 | void |
protected HandleGetEditRectangle ( |
||
g | ||
cellBounds | ||
item | BrightIdeasSoftware.OLVListItem | |
subItemIndex | int | |
preferredSize | ||
리턴 |
protected HandleHitTest ( |
||
g | ||
hti | BrightIdeasSoftware.OlvListViewHitTestInfo | |
x | int | |
y | int | |
리턴 | void |
public Render ( System graphic, System rect ) : void | ||
graphic | System | |
rect | System | |
리턴 | void |