WPF separator between grid buttons

Posted by Bob on Stack Overflow See other posts from Stack Overflow or by Bob
Published on 2009-12-09T20:25:43Z Indexed on 2010/05/12 22:24 UTC
Read the original article Hit count: 156

Filed under:
|

I have a grid with 4 buttons...1 row, 4 columns. I am looking for a way to visually group the two buttons on the left from the two on the right. I was looking for a way to do this with a separator but it doesnt seem to be playing nice with Grid, preferring StackPanel.

Is this the right control?
If so, how does one make the thing separate the columns (populated with buttons in this case)?

Thanks.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about separator