Unplanned
Last Updated: 17 May 2021 11:40 by ADMIN
Suresh
Created on: 17 May 2021 11:40
Category: RibbonForm
Type: Bug Report
0
RadRibbonForm: switching between Fluent and FluentDark theme decreases the form's size

Run the sample project and have a look at the gif file for illustrating the undesired behavior.

The issue is reproducible only when AllowAero = false.

Workaround:

        public RadRibbonForm1()
        {
            this.AllowAero = false;
            InitializeComponent();

            this.RootElement.Shape = new RoundRectShape(0);
        }

0 comments