Wimark.Controls Class Library  

ListView.GetItemRect Method

Retrieves the bounding rectangle for a specific item within the list view control.

Overload List

Retrieves the bounding rectangle for a specific item within the list view control.

[Visual Basic] Overloads Public Function GetItemRect(ListViewItem) As Rectangle
[C#] public Rectangle GetItemRect(ListViewItem);
[C++] public: Rectangle GetItemRect(ListViewItem*);

Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.

[Visual Basic] Overloads Public Function GetItemRect(ListViewItem, ItemBoundsPortion) As Rectangle
[C#] public Rectangle GetItemRect(ListViewItem, ItemBoundsPortion);
[C++] public: Rectangle GetItemRect(ListViewItem*, ItemBoundsPortion);

See Also

ListView Class | ListView Members | Wimark.Controls Namespace