DrawListViewItemEventArgs::Bounds Property
Gets the size and location of the ListViewItem to draw.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Drawing::RectangleA Rectangle that represents the bounds of the ListViewItem to draw.
The location specified by this property is relative to the upper left corner of the ListView control.
To retrieve the bounds for specific portions of a ListViewItem, use the ListViewItem::GetBounds method.
The following code example demonstrates how to use the Bounds property in an application that provides custom drawing for a ListView control. In the example, a handler for the ListView::DrawItem event draws the background for entire items. In all views except the details view, this handler also draws the foreground text. In the details view, the foreground text is drawn in the ListView::DrawSubItem event.
For the complete example, see the DrawListViewItemEventArgs overview reference topic.
Available since 2.0