ScrollViewer.ScrollToVerticalOffset(Double) 메서드

정의

참고

scrollToVerticalOffset은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 ChangeView를 사용합니다.

ScrollViewer 내에 있는 콘텐츠를 지정된 세로 오프셋 위치로 스크롤합니다.

public:
 virtual void ScrollToVerticalOffset(double offset) = ScrollToVerticalOffset;
/// [Windows.Foundation.Metadata.Deprecated("ScrollToVerticalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void ScrollToVerticalOffset(double const& offset);
/// [Windows.Foundation.Metadata.Deprecated("ScrollToVerticalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void ScrollToVerticalOffset(double const& offset);
[Windows.Foundation.Metadata.Deprecated("ScrollToVerticalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void ScrollToVerticalOffset(double offset);
[Windows.Foundation.Metadata.Deprecated("ScrollToVerticalOffset may be altered or unavailable for releases after Windows 8.1. Instead, use ChangeView.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void ScrollToVerticalOffset(double offset);
function scrollToVerticalOffset(offset)
Public Sub ScrollToVerticalOffset (offset As Double)

매개 변수

offset
Double

double

콘텐츠를 스크롤하는 위치입니다.

특성

적용 대상