Provides supporting methods for ListView.
| C# | Visual Basic |
public static class ListViewHelper
Public NotInheritable Class ListViewHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetBackgroundImage(ListView) |
Gets or sets the background image displayed in the ListView.
| |
| GetBackgroundImageTiled(ListView) |
Gets or sets a value indicating whether the background image of the ListView should be tiled.
| |
| GetDoubleBuffered(ListView) |
Gets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
| |
| GetGradient(ListView) | Obsolete.
Gets a value indicating whether a gradient background is drawn for the control.
| |
| GetGridLines(ListView) |
Gets a value indicating whether grid lines appear between the rows and columns containing the items and subitems in the control.
| |
| GetItemRect(ListView, Int32) |
Retrieves the bounding rectangle for a specific item within the list view control.
| |
| GetItemRect(ListView, Int32, ItemBoundsPortion) |
Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.
| |
| GetTheme(ListView) |
Gets a value indicating whether this control should draw using the currently selected theme.
| |
| SetBackgroundImage(ListView, Bitmap, Boolean) |
Sets the background image displayed in the ListView.
| |
| SetDoubleBuffered(ListView, Boolean) |
Sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
| |
| SetGradient(ListView, Boolean) | Obsolete.
Applies the gradient extended style to the ListView control.
| |
| SetGridLines(ListView, Boolean) |
Sets a value indicating whether grid lines appear between the rows and columns containing the items and subitems in the control.
| |
| SetTheme(ListView, Boolean) |
Sets a value indicating whether this control should draw using the currently selected theme.
|
| Object | |
| ListViewHelper | |