프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HandleModelChanged | void | ||
OnCellChanged | void | ||
OnRowActivated | void | ||
OnSelectionChanged | void |
메소드 | 설명 | |
---|---|---|
GetRowAtPosition ( Point p ) : int |
Returns the row at the given widget coordinates
|
|
GetRowAtPosition ( double x, double y ) : int |
Returns the row at the given widget coordinates
|
|
GetRowBounds ( int row, bool includeMargin ) : Xwt.Rectangle |
Gets the bounds of the given row.
|
|
ListBox ( ) : System | ||
ScrollToRow ( int row ) : void | ||
SelectAll ( ) : void |
Selects all rows
|
|
SelectRow ( int row ) : void |
Selects a row. In single selection mode, the row will be selected and the previously selected row will be deselected. In multiple selection mode, the row will be added to the set of selected rows. |
|
UnselectAll ( ) : void |
Clears the selection
|
|
UnselectRow ( int row ) : void |
Unselects a row.
|
메소드 | 설명 | |
---|---|---|
CreateBackendHost ( ) : BackendHost |
메소드 | 설명 | |
---|---|---|
HandleModelChanged ( object sender, Xwt.ListRowEventArgs e ) : void | ||
OnCellChanged ( ) : void | ||
OnRowActivated ( Xwt.ListViewRowEventArgs a ) : void | ||
OnSelectionChanged ( |
public GetRowAtPosition ( Point p ) : int | ||
p | Point | A position, in widget coordinates |
리턴 | int |
public GetRowAtPosition ( double x, double y ) : int | ||
x | double | The x coordinate. |
y | double | The y coordinate. |
리턴 | int |
public GetRowBounds ( int row, bool includeMargin ) : Xwt.Rectangle | ||
row | int | The row index. |
includeMargin | bool | If set to |
리턴 | Xwt.Rectangle |