ComponentOne Basic Library for UWP
ScrollIntoView Method

C1.UWP Assembly > C1.Xaml Namespace > C1TabControl Class : ScrollIntoView Method
Object to scroll.
Causes the object to scroll into view.
Syntax
'Declaration
 
Public Sub ScrollIntoView( _
   ByVal item As System.Object _
) 
public void ScrollIntoView( 
   System.object item
)

Parameters

item
Object to scroll.
See Also

Reference

C1TabControl Class
C1TabControl Members