Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvPanel
Paint problems when scrolling
Paint problems when scrolling
To improve the performance add following code:
procedure TForm3.FormCreate(Sender: TObject); begin advpanelgroup1.OptimizePaint := true; advpanelgroup1.DoubleBuffered:= true; end;