SystemListView Class |
Namespace: Jam.Shell
The SystemListView type exposes the following members.
Name | Description | |
---|---|---|
SystemListView |
Constructs a SystemListView
|
Name | Description | |
---|---|---|
BackgroundContextMenu |
Gets or sets the ContextMenuStrip that is displayed if no item of the
listview is under the cursor if the user clicks the right mouse button.
If this value is null, no ContextMenu is shown.
| |
CreateParams |
Overwriting the CreateParams property to set the WS_VISIBLE flag; bug #8960
(Overrides ListViewCreateParams.) | |
HeaderRectangle |
Returns the area occupied by the ListView header.
| |
HideSelection |
Gets or sets a value indicating whether the selected item in the control
remains highlighted when the control loses focus.
| |
ShellDragDrop | Activates/deactivates the internal drag drop handling of the component. | |
UseSystemFont |
Set this property to true if you want the component to utilize the default system font.
It is also set to true if the UseSystemStyles property is set.
| |
UseSystemStyles |
Use this property to turn on or off the usage of the system specific design, i.e. enable Vista visual styles of the explorer components.
|
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 | |
---|---|---|
BeforeInvokeCommandOnSelected |
Assign this event to be able to control the behaviour of the control
when the user double-clicks on an item to start the default action
| |
HeaderRightClick |
The event is triggered when the user right clicks on the column headers.
| |
ItemShowToolTip |
This event occurs if the user moved the mouse over a listview item so a tooltip can appear,
this event also occurs if no ToolTipText is set, it can be added
dynamically.
|
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.) |