StackPanel::CanHorizontallyScroll Property
.NET Framework (current version)
Gets or sets a value that indicates whether a StackPanel can scroll in the horizontal dimension.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property bool CanHorizontallyScroll { virtual bool get() sealed; virtual void set(bool value) sealed; }
Property Value
Type: System::Booleantrue if content can scroll in the horizontal dimension; otherwise, false.
Implements
IScrollInfo::CanHorizontallyScrollThis property is not intended to be used 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: