CorporateGrid can be used to distribute and resize several objects at the same time to be either vertical or horizontal. The feature will resize the objects' height or width in order to fit them into the work area next to eachother.
Module is located here:
...\ModuleLibrary\CorporateGrid\02_nocontext_Distribute and Resize
CMD
<Cmd case="CorporateGrid:Resize" direction="xxx" />
Parameter
direction
height_sel
Distributes objects vertically.
width_sel
Distributes objects horizontally.
width_smart
Distributes objects to have the same width.
height_fill
Distributes objects' height to match the work area.
height_smart
Distributes objects to have the same height.
width_fill
Distributes objects' width to match the work area.
Use the last four parameters in conjunction, e.g.:
<Cmd case="CorporateGrid:Resize" direction="height_smart" />
<Cmd case="CorporateGrid:Resize" direction="width_fill" />
OR
<Cmd case="CorporateGrid:Resize" direction="width_smart" />
<Cmd case="CorporateGrid:Resize" direction="height_fill" />
Comments
0 comments
Article is closed for comments.