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