Back to Devexpress

AccordionControl.BringItemIntoView(Object) Method

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-dot-bringitemintoview-x28-system-dot-object-x29.md

latest1.8 KB
Original Source

AccordionControl.BringItemIntoView(Object) Method

Expands the required accordion items and adjusts the scroll position making the specified item visible.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public void BringItemIntoView(
    object item
)
vb
Public Sub BringItemIntoView(
    item As Object
)

Parameters

NameTypeDescription
itemObject

An object that is the accordion item to be made visible.

|

Remarks

Use the BringItemIntoView method to quickly navigate to the specified accordion item.

Note

Data-bound AccordionControl You can use an object from the data-source as an BringItemIntoView method’s parameter. A corresponding accordion item will become visible.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace