posted 17 years ago
Your layout image shows the layout centered instead of alligned to the west/left. To
center this layout change all the anchor constraints form LINE_START to CENTER.
Use the insets constraints to alter the spacing among components.
Managing the weightx constraint is how we keep the components all aligned to the left. The
weightx values for all components should be zero except for the last component in each
row.
Edit:
Your layout image shows the layout centered instead of alligned to the west/left. To
center this layout change all the anchor constraints form LINE_START to CENTER.
And set all weightx constraints to zero.
[ November 09, 2007: Message edited by: Craig Wood ]