共用方式為


ScrollView.State 屬性

定義

取得控制件的目前互動狀態。

public:
 property ScrollingInteractionState State { ScrollingInteractionState get(); };
ScrollingInteractionState State();
public ScrollingInteractionState State { get; }
var scrollingInteractionState = scrollView.state;
Public ReadOnly Property State As ScrollingInteractionState

屬性值

控件目前的互動狀態。

適用於

另請參閱