Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / BringIntoViewOnFocusChange Property

In This Topic
    BringIntoViewOnFocusChange Property
    In This Topic
    Gets or sets a value that determines whether the C1ScrollViewer uses a bring-into-view scroll behavior when an item in the view gets focus.
    Syntax
    'Declaration
     
    
    Public Property BringIntoViewOnFocusChange As Boolean
    public bool BringIntoViewOnFocusChange {get; set;}
    See Also