Property | Type | Description | |
---|---|---|---|
staticColumns | HashSet |
Property | Type | Description | |
---|---|---|---|
GetScrollPos | int | ||
InDesignMode | bool | ||
ListViewNF | System | ||
SetWindowTheme | int |
Method | Description | |
---|---|---|
Alternate ( ) : void |
Alternate row colors in the listview
|
|
SortRows ( ) : void |
Resets the alternating row colours after the Sort operation
|
Method | Description | |
---|---|---|
OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void |
Call custom sorting whenever a column is clicked
|
|
OnHandleCreated ( |
||
OnNotifyMessage ( Message m ) : void |
Filter out the WM_ERASEBKGND message
|
|
WndProc ( Message &m ) : void |
Wrapper to provide an onscroll event Written by Martijn Laarman, 24 July 2009 |
Method | Description | |
---|---|---|
GetScrollPos ( |
||
InDesignMode ( ) : bool |
Checks whether the control is in design mode This prevents the SQL call from breaking the VS designer
|
|
ListViewNF ( ) : System |
Set the row color to be used for alternating backgrounds This value is application-scoped, so it only needs to be loaded once
|
|
SetWindowTheme ( |
protected OnColumnClick ( System.Windows.Forms.ColumnClickEventArgs e ) : void | ||
e | System.Windows.Forms.ColumnClickEventArgs | |
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnNotifyMessage ( Message m ) : void | ||
m | Message | |
return | void |
protected WndProc ( Message &m ) : void | ||
m | Message | The windows message code for what action took place |
return | void |