共用方式為


RichEditTextRange.ScrollIntoView(PointOptions) 方法

定義

將此文字範圍捲動到檢視中。

public:
 virtual void ScrollIntoView(PointOptions value) = ScrollIntoView;
void ScrollIntoView(PointOptions const& value);
public void ScrollIntoView(PointOptions value);
function scrollIntoView(value)
Public Sub ScrollIntoView (value As PointOptions)

參數

value
PointOptions

要捲動至檢視的文字範圍結尾。 此函式只會使用 PointOptions 列舉的 StartNoHorizontalScrollNoVerticalScroll 值。

實作

適用於