constants ArrangeItemsEnum
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:

NameValueDescription
exArrangeItemsDefault0 Arranges items from top to bottom. This flag can not be combined with none of the following flags.
exArrangeItemsHorizontal1 Arranges items from left to right. The items are arranged on a single row, unless it is not combined with exArrangeItemsWrap flag.
exArrangeItemsVertical2 Arranges items from top to bottom. The items are arranged on a single row, unless it is not combined with exArrangeItemsWrap flag.
exArrangeItemsWrap256 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.
exArrangeItemsScroll512 Scrolls the view when the cursor hovers it.
exArrangeItemsAlignCenter1024 Centers the items on each row/column.
exArrangeItemsAlignReverse2048 Right / Bottom aligns the items on each row/column.