ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / ScrollPosition Property

In This Topic
    ScrollPosition Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ScrollPosition. Sets the position of the grid's scrollbars.
    Syntax
    'Declaration
     
    Public Overridable Property ScrollPosition As Point
    public virtual Point ScrollPosition {get; set;}
    See Also