ASP.NET Core MVC コントロールヘルプ
ScrollIntoView メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ScrollIntoView メソッド
the scroll left of the grid's scrollbar.
the scroll top of the grid's scrollbar.
Scrolls the grid to bring a specific cell into view.
シンタックス
'宣言
 
Public Overridable Function ScrollIntoView( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer _
) As TBuilder
public virtual TBuilder ScrollIntoView( 
   System.int left,
   System.int top
)

パラメータ

left
the scroll left of the grid's scrollbar.
top
the scroll top of the grid's scrollbar.

戻り値の型

Current builder.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ