GetItemPosition Method (C1ListViewerPanel)
In This Topic
Gets the estimated position of an item in this panel.
Syntax
'Declaration
Public Overridable Function GetItemPosition( _
ByVal As Integer _
) As Rect
public virtual Rect GetItemPosition(
int
)
Parameters
- index
- The index of the item to be queried.
See Also