TdxBarItemLink.Distributed Property
In This Article
Specifies the current item link’s vertical alignment within a Ribbon Tab Group‘s column.
#Declaration
Delphi
property Distributed: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
The following image table shows examples of using the Distributed property.
Value | Meaning | Example |
---|---|---|
False | Item links are aligned to a Ribbon Tab Group’s top. | ![]() |
True | Item links within one column are vertically distributed in this column. | ![]() |
Note
Item links are considered to be in one column, unless one of them begins a new column via the ip
At design time, you can change the Distributed property using the corresponding option within the customizing popup menu.
The default value of the Distributed property is True.
See Also