VirtualizingStackPanel.CanHorizontallyScroll Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of een VirtualizingStackPanel kan schuiven in de horizontale dimensie.

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

Waarde van eigenschap

true als inhoud in de horizontale dimensie kan schuiven; anders, false. De standaardwaarde is false.

Implementeringen

Van toepassing op