THeaderState Enumeration

Virtual Tree View

Not documented.

Pascal
THeaderState = (hsAutoSizing, hsDragging, hsDragPending, hsLoading, hsTracking, hsTrackPending);
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
hsAutoSizing 
auto size chain is in progess, do not trigger again on WM_SIZE 
hsDragging 
header dragging is in progress (only if enabled) 
hsDragPending 
left button is down, user might want to start dragging a column 
hsLoading 
The header currently loads from stream, so updates are not necessary. 
hsTracking 
column resizing is in progress 
hsTrackPending 
left button is down, user might want to start resize a column 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!