Méthode | Description | |
---|---|---|
GetEditRectangle ( |
When the value in the given cell is to be edited, where should the edit rectangle be placed?
|
|
HitTest ( BrightIdeasSoftware.OlvListViewHitTestInfo hti, int x, int y ) : void |
What is under the given point? This method should only alter HitTestLocation and/or UserData. |
|
RenderItem ( |
Render the whole item within an ObjectListView. This is only used in non-Details views.
|
|
RenderSubItem ( |
Render one cell within an ObjectListView when it is in Details mode.
|
public GetEditRectangle ( |
||
g | ||
cellBounds | ||
item | BrightIdeasSoftware.OLVListItem | |
subItemIndex | int | |
preferredSize | ||
Résultat |
public HitTest ( BrightIdeasSoftware.OlvListViewHitTestInfo hti, int x, int y ) : void | ||
hti | BrightIdeasSoftware.OlvListViewHitTestInfo | |
x | int | x co-ordinate |
y | int | y co-ordinate |
Résultat | void |
public RenderItem ( |
||
e | The event | |
g | A Graphics for rendering | |
itemBounds | The bounds of the item | |
rowObject | object | The model object to be drawn |
Résultat | bool |
public RenderSubItem ( |
||
e | The event | |
g | A Graphics for rendering | |
cellBounds | The bounds of the cell | |
rowObject | object | The model object to be drawn |
Résultat | bool |