Skip to main content

GalleryControlGallery.LayoutChanged() Method

Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public override void LayoutChanged()

Remarks

The LayoutChanged method is called automatically when certain changes are applied to the gallery. This method recalculates all graphical information about the current gallery and redraws it. You may also call this method manually when the gallery needs to be updated.

See Also