VirtualizingStackPanel.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

屬性值

true如果內容能在垂直維度中捲動;否則,。 false 預設值為 false

實作

適用於