Open ricardoamm opened 6 years ago
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;
When we maximize the Child windows, they exceed Container height, and the Child bottom is hided.