Skip to main content

BaseGallery.LayoutChanged() Method

Recalculates all the graphical information of the gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public virtual 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