In a 3-column layout, how can I provide spacing between two specific columns, and not the others? Is my only option to set the margin per row on the control in the grid cell?
I could insert an empty column, but that would mess up the automatic setting of Grid.Column and would require me to set Grid.Column on many of the controls by hand.
In a 3-column layout, how can I provide spacing between two specific columns, and not the others? Is my only option to set the margin per row on the control in the grid cell?
I could insert an empty column, but that would mess up the automatic setting of
Grid.Columnand would require me to setGrid.Columnon many of the controls by hand.