wpf-autogrid
wpf-autogrid copied to clipboard
Per-column spacing
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.
Currently, there is no way to do this with this control. You could set margins on the component you place inside the columns, however. Autogrid is mainly intended cleaning up repetitious setup of the normal grid.