RibbonGalleryCategoriesPanel::CanHorizontallyScroll Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. false 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 CanHorizontallyScroll {
	virtual bool get() sealed;
	virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

false in all cases.

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

.NET Framework
Available since 4.5
Return to top
Show: