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

GalleryControl.GetActualColCount() Method

Returns the actual number of item columns in the Gallery.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public int GetActualColCount()

Returns

Type Description
Int32

The actual number of item columns in the Gallery.

Remarks

Items in the gallery are displayed with rows and columns. The actual number of item columns depends on window size, number of items and the Gallery.ColCount property. While resizing the window, the number of item columns can change. You can use the GetActualColCount method to get the actual number of item columns in the Gallery.

See Also