SelectiveScrollingGrid::SetSelectiveScrollingOrientation Method (DependencyObject^, SelectiveScrollingOrientation)

.NET Framework (current version)
 

Sets the direction that cells can scroll for a specified object.

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

public:
static void SetSelectiveScrollingOrientation(
	DependencyObject^ obj,
	SelectiveScrollingOrientation value
)

Parameters

obj
Type: System.Windows::DependencyObject^

The object whose scrolling orientation is set.

value
Type: System.Windows.Controls::SelectiveScrollingOrientation

The scrolling orientation.

.NET Framework
Available since 4.0
Return to top
Show: