Please refer to the attached sample project. Workaround: this.SizeChanged += RadForm1_SizeChanged; private void RadForm1_SizeChanged(object sender, EventArgs e) { if (this.WindowState == FormWindowState.Maximized && !this.IsMdiChild) { this.Region = null; } }
Hi Danilo, the case is resolved in R1 2017 SP1, feel free to upgrade to it in order to take advantage of the fix.
Thank you so much. Unfortunately the work around has another side-effect: the top-most part of the application window (the non client area part) sometimes appears non themed. Due to this worst effect this work around is not applicable at all.