Help!!! THeaderControl


2004-10-18 08:46:28 PM
cppbuilder79
I have overwritten TheaderControl class, to my needs.
I need to track section, but I don't need to redraw sections on run time..
When TSectionTrackState is equal to "tsTrackBegin" or "tsTrackMove", do
nothing.
And only when TSectionTrackState is equal to "tsTrackEnd", then calculate
new sections width and redraw them.
So it might be that I track only virtual end of selected section, and when
I release mouse button, then calculate size and redraw section with new
widths.
Is there any flag to set to THeaderControl not to redraw section in
realtime?
I'm not very good in english, but perhaps someone will understand what I
need, and give me some answers.