Completed
Last Updated: 13 Apr 2023 08:25 by ADMIN
Release R2 2023 (LIB 2023.1.413)
박문석
Created on: 14 Mar 2023 07:52
Category: Form
Type: Bug Report
0
RadForm: Missing system buttons when MDI child form is minimized

To reproduce, use the following code and minimize the child form:

    public partial class RadForm1 : Telerik.WinControls.UI.RadForm
    {
        public RadForm1()
        {
            InitializeComponent();
            this.IsMdiContainer = true;
 
            RadForm form = new RadForm();
            form.Text = "MDI Child";
            form.MdiParent = this;
            form.MinimumSize = new Size(800,600);
            form.Show(); 
        }
    }

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 14 Mar 2023 08:01

Hello, Raymond,

Thank you for reporting this. It seems that the MinimumSize affects the system buttons when the MDI child is minimized.

Currently, the possible solution that I can suggest is to eliminate the MinimumSize value at least when the WindowState is not Normal.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.