RichTextBox for UWP/WinRT
ScrollIntoView(C1TextPointer) メソッド

表示範囲に入れる位置。
C1RichTextBox をスクロールして C1.Xaml.RichTextBox.Documents.C1TextPointer を表示範囲に入れます。
構文
'宣言
 
Public Overloads Sub ScrollIntoView( _
   ByVal position As C1TextPointer _
) 
public void ScrollIntoView( 
   C1TextPointer position
)

パラメータ

position
表示範囲に入れる位置。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1RichTextBox クラス
C1RichTextBox メンバ
オーバーロード一覧

Send Feedback