Method | Description | |
---|---|---|
BufferUpdate ( ) : void |
Updates current items and headers according to buffer and active columns
|
|
BufferUpdateSortedRow ( int index, int sortedIndex ) : void |
Updated sorted row only
|
|
BufferUseCurrentHeaders ( ) : void |
showHideColumns: Copy current headers into buffer and create context menu Also reset active columns
|
|
CustListView ( ) : System | ||
ShowHideColumn ( int i ) : void |
showHideColumns: Toggle columns function
|
|
ShowHideColumn ( int i, bool refresh ) : void |
Method | Description | |
---|---|---|
WndProc ( Message &message ) : void |
Auto resize last column to fit
|
Method | Description | |
---|---|---|
BufferContextMenuClick ( object sender, |
showHideColumns: Toggle columns event
|
|
SortableColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void |
public BufferUpdateSortedRow ( int index, int sortedIndex ) : void | ||
index | int | Actual index in buffer |
sortedIndex | int | Current sorted index |
return | void |
public ShowHideColumn ( int i, bool refresh ) : void | ||
i | int | |
refresh | bool | |
return | void |
protected WndProc ( Message &message ) : void | ||
message | Message | |
return | void |