SystemListView Methods |
The SystemListView type exposes the following members.
Name | Description | |
---|---|---|
EnableSystemStyles |
Sets system specific behaviour,
i.e. FullRowSelect in Vista and upwards.
| |
GetColumnOrder |
Retrieve the order in which columns appear.
| |
GetSubItemBounds |
Retrieve the bounds of a ListViewSubItem
| |
OnHandleCreated |
Preserves the system styles of the ListView if the window handle has been recreated.
(Overrides ListViewOnHandleCreated(EventArgs).) | |
OnHeaderRightClick |
Raises the HeaderRightClick-Event
| |
OnItemShowToolTip | Raises the item hover event. | |
OnNotifyMessage |
This method is called if a notification event is performed on the message
pump WndProc(Message) (Overrides ControlOnNotifyMessage(Message).) | |
PreserveSystemStyle |
This method preserves the Windows Vista light blue selection line if UseSystemStyles is on.
The Setting is lost if e.g. a column is clicked to sort things.
| |
SetColumnBitmap |
Set the sort icon among the current sort order in the passed column.
| |
SetColumnOrder |
Sets the order in which columns appear.
| |
SetFont |
Sets the font without adjusting other properties.
|
Name | Description | |
---|---|---|
HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) | |
ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) | |
ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |