Table of Contents

Method GetItemBounds

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItemBounds(ListViewItemBoundsPortion)

Retrieves the bounding rectangle for this item.

public virtual RectD GetItemBounds(ListViewItemBoundsPortion portion = ListViewItemBoundsPortion.EntireItem)

Parameters

portion ListViewItemBoundsPortion

One of the ListViewItemBoundsPortion values that represents a portion of the item for which to retrieve the bounding rectangle.

Returns

RectD

A RectD that represents the bounding rectangle for the specified portion of this item.