Intersoft ClientUI Documentation
ScrollIntoView Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : ScrollIntoView Method






element
Element to scroll into view.
Scroll the desired element into the ScrollHost's viewport.

Syntax

Visual Basic (Declaration) 
Public Sub ScrollIntoView( _
   ByVal element As FrameworkElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlHelper
Dim element As FrameworkElement
 
instance.ScrollIntoView(element)
C# 
public void ScrollIntoView( 
   FrameworkElement element
)
Delphi 
public procedure ScrollIntoView( 
    element: FrameworkElement
); 
JScript 
public function ScrollIntoView( 
   element : FrameworkElement
);
Managed Extensions for C++ 
public: void ScrollIntoView( 
   FrameworkElement* element
) 
C++/CLI 
public:
void ScrollIntoView( 
   FrameworkElement^ element
) 

Parameters

element
Element to scroll into view.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.