Share via


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

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

See Also

Reference

IXRListBox