共用方式為


ScrollContentPresenter.CanVerticallyScroll 屬性

定義

取得或設定值,指出是否可以在垂直軸上捲動。

public:
 property bool CanVerticallyScroll { bool get(); void set(bool value); };
public bool CanVerticallyScroll { get; set; }
member this.CanVerticallyScroll : bool with get, set
Public Property CanVerticallyScroll As Boolean

屬性值

Boolean

如果可以捲動,則為 true;否則為 false。 此屬性沒有預設值。

實作

適用於