Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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