wpfmdi
wpfmdi copied to clipboard
Maximize Child exceed Container height
When we maximize the Child windows, they exceed Container height, and the Child bottom is hided.
Can anyone provide temporary/permanent solution for this ?
In file MdiContainer.cs in method MdiContainer_SizeChanged change line
mdiChildHeight = ActualHeight;
to
mdiChildHeight = InnerHeight;