Unplanned
Last Updated: 16 Nov 2017 11:42 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 20 Sep 2013 06:44
Category: Form
Type: Bug Report
3
FIX. RadForm - when it is added as MDI child the title bar tooltips are flashing
To reproduce:
RadForm form = new RadForm();
form.WindowState = FormWindowState.Maximized;
form.Text = string.Format("Child {0}", MdiChildren.Length + 1);
form.MdiParent = this;
form.Show();

Hover the Form's title bar the tooltip should start flashing/blinking

0 comments