AccordionControl.BringItemIntoView(Object) Method
In This Article
Expands the required accordion items and adjusts the scroll position making the specified item visible.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Object | 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 Accordion
See Also