WPF Grid Row and Column MinHeight
//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 ...
Original post: WPF Grid Row and Column MinHeight by at wpf grid layout - Google Blog Search
Blog tag: Wpf grid layout
Technorati tag: Wpf grid layout