Click or drag to resize

SystemListView Methods

The SystemListView type exposes the following members.

Methods
 NameDescription
Public methodEnableSystemStyles Sets system specific behaviour, i.e. FullRowSelect in Vista and upwards.
Public methodGetColumnOrder Retrieve the order in which columns appear.
Protected methodGetSubItemBounds Retrieve the bounds of a ListViewSubItem
Protected methodOnHandleCreated Preserves the system styles of the ListView if the window handle has been recreated.
(Overrides ListViewOnHandleCreated(EventArgs))
Protected methodOnHeaderRightClick Raises the HeaderRightClick-Event
Protected methodOnItemShowToolTipRaises the item hover event.
Protected methodOnNotifyMessage This method is called if a notification event is performed on the message pump WndProc(Message)
(Overrides ControlOnNotifyMessage(Message))
Protected methodPreserveSystemStyle 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.
Protected methodSetColumnBitmap Set the sort icon among the current sort order in the passed column.
Protected methodSetColumnOrder Sets the order in which columns appear.
Protected methodSetFont Sets the font without adjusting other properties.
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also