IXRListBox::ScrollIntoView (Windows Embedded CE 6.0)
1/6/2010
This method causes the object to scroll into view.
Syntax
virtual HRESULT STDMETHODCALLTYPE ScrollIntoView(
IXRDependencyObject * pItem
) = 0;
Parameters
- pItem
[in] Pointer to the IXRDependencyObject object to scroll to.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
You can provide an IXRListBoxItem object as the value of pItem. For example, you can select this item from the collection of list-box items. This collection is stored in an IXRItemCollection object. For more information, see IXRListBox.
.NET Framework Equivalent
System.Windows.Controls.ListBox.ScrollIntoView
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |