wpf-autogrid icon indicating copy to clipboard operation
wpf-autogrid copied to clipboard

Per-column spacing

Open zspitz opened this issue 7 years ago • 1 comments

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.

zspitz avatar May 01 '18 19:05 zspitz

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.

carbonrobot avatar May 01 '18 19:05 carbonrobot