TdxBarItemLink.Distributed Property
Specifies the current item link’s vertical alignment within a Ribbon Tab Group‘s column.
Declaration
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 ipBeginsNewColumn option of the Position property. To specify the vertical alignment of all item links within one column, use the Distributed property of any item link within this column.
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