'Declaration Public Function GetIsItemVisible( _
ByVal itemIndexIndex of the item.As System.Int32, _
ByVal verticalOffsetThe vertical offset.As Single _
) As Boolean
public bool GetIsItemVisible(
System.Int32 itemIndex,
float verticalOffset
)
public: bool GetIsItemVisible(
System.Int32 itemIndex,
float verticalOffset
)
public:
bool GetIsItemVisible(
System.Int32 itemIndex,
float verticalOffset
)
Parameters
- itemIndex
- Index of the item.
- verticalOffset
- The vertical offset.
Return Value
True - item is visible; otherwise, false.