ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ScrollToSelection Property

In This Topic
    ScrollToSelection Property
    In This Topic
    Gets or sets the value specify whether to scroll the seletion into view.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ScrollToSelection As Boolean
    [DefaultValue(true)]
    public bool ScrollToSelection {get; set;}
    See Also