Unplanned
Last Updated: 27 Dec 2017 06:25 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 02 Jun 2017 08:27
Category: Form
Type: Bug Report
3
FIX. RadRibbonForm - visual glitch in titlebar when the AllowAero property is set to true and the QuickAccessToolbar is visible
To reproduce:

public partial class RadRibbonForm1 : Telerik.WinControls.UI.RadRibbonForm
    {
        public RadRibbonForm1()
        {
            InitializeComponent();
            this.AllowAero = true;
            this.RibbonBar.QuickAccessToolbarBelowRibbon = false;
        }
    }

Note: the system buttons not always handle the mouse click.

Workaround: set AllowAero to false OR RibbonBar.QuickAccessToolbarBelowRibbon to true.
0 comments