RAD Studio VCL Reference
|
Occurs at discrete stages during the painting of the tree view control.
property OnAdvancedCustomDraw: TTVAdvancedCustomDrawEvent;
__property TTVAdvancedCustomDrawEvent OnAdvancedCustomDraw;
Write an OnAdvancedCustomDraw event handler to paint an owner-drawn tree view. Use the Canvas property as a drawing surface when painting the image of the tree view.
To paint individual items, use the OnAdvancedCustomDrawItem or OnCustomDrawItem event instead.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|