RibbonGalleryCategoriesPanel::CanVerticallyScroll Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether scrolling on the vertical axis is possible. true in all cases for RibbonGalleryCategoriesPanel.

Namespace:   System.Windows.Controls.Ribbon.Primitives
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property bool CanVerticallyScroll {
	virtual bool get() sealed;
	virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

true in all cases.

When set, the value of this property is always coerced to true.

.NET Framework
Available since 4.5
Return to top
Show: