GalleryControl.ScrollToItem(GalleryItem) Method
In This Article
Scrolls the GalleryControl, making the specified item visible.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
item | Gallery |
A Gallery |
#Returns
Type | Description |
---|---|
Boolean | true if scrolling was successful; otherwise, false. |
See Also