Свойство | Type | Description | |
---|---|---|---|
AdjustFirstItemRect | |||
DoHeaderCustomDrawing | void | ||
DoListCustomDrawing | void | ||
DrawDownArrow | void | ||
DrawUpArrow | void | ||
GetHeaderCtrlRect | |||
GetRowSorterHelper | |||
GetSubItemRect | |||
GetSubItemText | string | ||
HasHeaderImage | bool | ||
InitializeCheckBoxesImageList | void | ||
IsRowSelected | bool | ||
NotifyHeaderCustomDraw | bool | ||
NotifyListCustomDraw | bool | ||
PaintBackground | void |
Méthode | Description | |
---|---|---|
GetHeaderItemRect ( int index ) : |
||
ListViewEx ( ) : System | ||
SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format ) : void | ||
SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format, ListSortEvent callBack ) : void | ||
SetHeaderIcon ( int headerIndex, int iconIndex ) : void |
Méthode | Description | |
---|---|---|
GetHeaderItemText ( int index ) : string | ||
IsCursorOnDivider ( ) : bool | ||
OnHandleCreated ( |
||
WndProc ( Message &message ) : void |
Méthode | Description | |
---|---|---|
AdjustFirstItemRect ( |
||
DoHeaderCustomDrawing ( |
||
DoListCustomDrawing ( |
||
DrawDownArrow ( |
||
DrawUpArrow ( |
||
GetHeaderCtrlRect ( ) : |
||
GetRowSorterHelper ( ) : |
||
GetSubItemRect ( int row, int col ) : |
||
GetSubItemText ( int row, int col ) : string | ||
HasHeaderImage ( int headerIndex, int &imageIndex ) : bool | ||
InitializeCheckBoxesImageList ( ) : void | ||
IsRowSelected ( int row ) : bool | ||
NotifyHeaderCustomDraw ( |
||
NotifyListCustomDraw ( |
||
PaintBackground ( |
public GetHeaderItemRect ( int index ) : |
||
index | int | |
Résultat |
protected GetHeaderItemText ( int index ) : string | ||
index | int | |
Résultat | string |
protected OnHandleCreated ( |
||
e | ||
Résultat | void |
public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format ) : void | ||
columnIndex | int | |
format | SortedListViewFormatType | |
Résultat | void |
public SetColumnSortFormat ( int columnIndex, SortedListViewFormatType format, ListSortEvent callBack ) : void | ||
columnIndex | int | |
format | SortedListViewFormatType | |
callBack | ListSortEvent | |
Résultat | void |
public SetHeaderIcon ( int headerIndex, int iconIndex ) : void | ||
headerIndex | int | |
iconIndex | int | |
Résultat | void |
protected WndProc ( Message &message ) : void | ||
message | Message | |
Résultat | void |