ListView.GetItemRect Method (Int32)
.NET Framework 4
Retrieves the bounding rectangle for a specific item within the list view control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item within the ListView.ListViewItemCollection whose bounding rectangle you want to return.
Return Value
Type: System.Drawing.RectangleA Rectangle that represents the bounding rectangle of the specified ListViewItem.
The bounding rectangle returned by this version of the GetItemRect method represents the entire item, including the icon, item text, and subitem text. To specify a specific portion of the item's bounding rectangle, use the other version of the GetItemRect method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.