The ArrangeItemsEnum type specifies the way the
items are arranged on the toolbar. The
ArrangeItemsAs
property specifies how the items are arranged on the toolbar. The ArrangeItemsEnum
type supports the following flags:
| | Name | Value | Description | |
| |
exArrangeItemsDefault | 0
|
Arranges items from top to bottom. This flag can not be combined with none of
the following flags.
| |
| |
exArrangeItemsHorizontal | 1
|
Arranges items from left to right. The items are arranged on a single row,
unless it is not combined with
exArrangeItemsWrap flag.
| |
| |
exArrangeItemsVertical | 2
|
Arranges items from top to bottom. The items are arranged on a single row,
unless it is not combined with
exArrangeItemsWrap flag.
| |
| |
exArrangeItemsWrap | 256
|
Wraps items on a new row/column. This flag can be combined with
exArrangeItemsHorizontal /
exArrangeItemsVertical, and if so, the toolbar may display items on multiple
rows.
| |
| |
exArrangeItemsScroll | 512
|
Scrolls the view when the cursor hovers it.
| |
| |
exArrangeItemsAlignCenter | 1024
|
Centers the items on each row/column.
| |
| |
exArrangeItemsAlignReverse | 2048
|
Right / Bottom aligns the items on each row/column.
| |