Skip to main content

TdxInMenuGalleryOptions.EqualItemSizeInAllGroups Property

Specifies whether all the item sizes in gallery groups are identical.

Declaration

property EqualItemSizeInAllGroups: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If this property is set to False, the item size for each group is determined based on a group’s Options.ItemSize property value. Otherwise, the item size is automatically set to the maximum item size among all groups.

The following table shows examples of using the EqualItemSizeInAllGroups property.

Value Sample
True
False

The default value of the EqualItemSizeInAllGroups property is True.

See Also