SelectiveScrollingGrid.SetSelectiveScrollingOrientation 메서드

정의

지정된 개체에 대해 셀이 스크롤할 수 있는 방향을 설정합니다.

public:
 static void SetSelectiveScrollingOrientation(System::Windows::DependencyObject ^ obj, System::Windows::Controls::SelectiveScrollingOrientation value);
public static void SetSelectiveScrollingOrientation (System.Windows.DependencyObject obj, System.Windows.Controls.SelectiveScrollingOrientation value);
static member SetSelectiveScrollingOrientation : System.Windows.DependencyObject * System.Windows.Controls.SelectiveScrollingOrientation -> unit
Public Shared Sub SetSelectiveScrollingOrientation (obj As DependencyObject, value As SelectiveScrollingOrientation)

매개 변수

obj
DependencyObject

스크롤 방향이 설정되는 개체입니다.

value
SelectiveScrollingOrientation

스크롤 방향입니다.

적용 대상