WPF: Grid with column/row margin/padding?
RowDefinition and ColumnDefinition are of type ContentElement, and Margin is strictly a FrameworkElement property. So to your question, “is it easily possible” the answer is a most definite no. And no, I have not seen any layout panels that demonstrate this kind of functionality. You can add extra rows or columns as you suggested. But … Read more