ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow.TagHelpers Namespace / TransposedMultiRowTagHelper Class / AutoScroll Property

In This Topic
    AutoScroll Property (TransposedMultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoScroll. Sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.
    Syntax
    'Declaration
     
    Public Property AutoScroll As Boolean
    public bool AutoScroll {get; set;}
    See Also