TdxInMenuGalleryOptions.ItemSize Property
In This Article
Specifies the height and width of gallery items.
#Declaration
Delphi
property ItemSize: TcxItemSize read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to scale items within galleries.
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