CollectionView.IsCurrentInSync 属性

定义

获取一个值,该值指示 CurrentItem 是否位于 CurrentPosition.

protected:
 property bool IsCurrentInSync { bool get(); };
protected bool IsCurrentInSync { get; }
member this.IsCurrentInSync : bool
Protected ReadOnly Property IsCurrentInSync As Boolean

属性值

true CurrentItem如果位于视图和视图中,则为 CurrentPosition;否则为 false

适用于