FlexGrid for UWP/WinRT
ScrollIntoView メソッド

表示範囲までスクロールする行のインデックス。
表示範囲までスクロールする列のインデックス。
グリッドをスクロールして特定のセルを表示範囲に入れます。
構文
'宣言
 
Public Sub ScrollIntoView( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void ScrollIntoView( 
   System.int row,
   System.int col
)

パラメータ

row
表示範囲までスクロールする行のインデックス。
col
表示範囲までスクロールする列のインデックス。
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

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ

Send Feedback