共用方式為


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

屬性值

Boolean

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

實作

適用於