RichTextBox for UWP/WinRT
ScrollTo メソッド

スクロール先の C1.Xaml.RichTextBox.Documents.C1TextPointer
C1RichTextBox をスクロールして、指定された位置が上端に置きます。
構文
'宣言
 
Public Sub ScrollTo( _
   ByVal position As C1TextPointer _
) 
public void ScrollTo( 
   C1TextPointer position
)

パラメータ

position
スクロール先の C1.Xaml.RichTextBox.Documents.C1TextPointer
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