Skip to main content

TdxInRibbonGalleryOptions.ItemSize Property

Specifies the height and width of gallery items.

Declaration

property ItemSize: TcxItemSize read; write;

Property Value

Type
TcxItemSize

Remarks

Use this property to scale items within a gallery.

Setting either the ItemSize.Height or ItemSize.Width property to 0 restores the original item size, which is determined by the item’s displayed content (image, caption, and description). By default, both these properties are set to 0.

See Also