How to reduce DevExpress VCL Form Flickering
问题 I am having another project with DevExpress VCL Component with skin support. On a TcxPageControl I have placed two TPanel s and its caption color will be changed depending on one TTimer . The panel caption color is changing always with a flicker but it changes smoothly in a normal TPageControl . Here is my sample code: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, dxSkinsCore,