Alloy can be used to make a box in ribbon. This element specifies a grouping container control that can be used to align controls vertically or horizontally. Here is an example:
<box boxStyle="horizontal">
...
</box>
Use the attribute box style to specify the layout direction for the child controls inside the box element:
boxStyle
horizontal
Aligns the buttons horizontally.
vertical
Aligns the buttons vertically
Comments
0 comments
Article is closed for comments.