StackPanel::CanVerticallyScroll Property
.NET Framework (current version)
Gets or sets a value that indicates whether content can scroll in the vertical dimension.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool CanVerticallyScroll { virtual bool get() sealed; virtual void set(bool value) sealed; }
Property Value
Type: System::Booleantrue if content can scroll in the vertical dimension; otherwise, false. The default value is false.
Implements
IScrollInfo::CanVerticallyScrollThis property is not intended for use in your code. It is exposed publicly to fulfill an interface contract (IScrollInfo). Setting this property has no effect.
If you require physical scrolling instead of logical scrolling, wrap the StackPanel in a ScrollViewer and set its CanContentScroll property to false.
.NET Framework
Available since 3.0
Available since 3.0
Show: