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

内容将滚动到的位置。

属性

适用于