FREE TRIAL

|

☀
☾

ListView.TryGetItemView

TryGetItemView(int, out ItemView)

Attempts to retrieve the ItemView in view representing the object in the data source at the provided index, sourceIndex.

Declaration
public bool TryGetItemView(int sourceIndex, out ItemView listItem)
Parameters
Type Name Description
int sourceIndex

The index of the object in the data source

ItemView listItem

The list item visual reprensenting the object at index sourceIndex

Returns
Type Description
bool

true if a list item representing the object at index sourceIndex is currently loaded into view. Otherwise returns false.

See Also
TryGetSourceIndex(ItemView, System.Int32)
☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC