RibbonTabHeadersPanel::CanHorizontallyScroll Property

.NET Framework (current version)
 

Gets a value that indicates whether scrolling on the horizontal axis is possible.

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

true in all cases.

.NET Framework
Available since 4.5
Return to top
Show: