TdxCustomRibbonGalleryOptions.EqualItemSizeInAllGroups Property
Specifies whether all the item sizes in gallery groups are identical.
Declaration
property EqualItemSizeInAllGroups: Boolean read; write;
Property Value
Type |
---|
Boolean |
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 |
See Also