WPF Grid Row and Column MinHeight by Wpf grid layout

Sun, 28 Jun 2009 00:00:07 -0600

WPF Grid Row and Column MinHeight

by Wpf grid layout @ Sun, 28 Jun 2009 00:00:07 -0600



//always return Size(0.0,0.0) so grid will not expand //the cell we are in based on our size return new Size(0.0,0.0); } protected override Size ArrangeOverride(Size finalSize) { //overlay all children on top of each other ...