CollectionView.IsCurrentInSync 属性

定义

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

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

属性值

Boolean

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

适用于