|
TBaseVirtualTree.AdjustPaintCellRect Method
Used in descentants to modify the clip rectangle of the current column while painting a certain node.
Pascal
procedure AdjustPaintCellRect(var PaintInfo: TVTPaintInfo; var NextNonEmpty: TColumnIndex); virtual;
Description
The rectangle for the given cell (node, column pair in PaintInfo) can be adjusted by descendants to make room for special drawings, if necessary.
Class
Links
What do you think about this topic? Send feedback!
|