tags:

views:

232

answers:

1

I'm very new to WPF: I need to have buttons on a grid resize as the form is resized. The spaces between the buttons also need to stay constant. Is there some property that I can set? I played around with width/height as auto, but that didn't work.

+1  A: 

Set the Margin property of button. then the spaces between the button would be fix.

Firoz