TVTHeaderOption Enumeration

Virtual Tree View

Not documented.

Pascal
TVTHeaderOption = (hoAutoResize, hoColumnResize, hoDblClickResize, hoDrag, hoHotTrack, hoOwnerDraw, hoRestrictDrag, hoShowHint, hoShowImages, hoShowSortGlyphs, hoVisible, hoAutoSpring);
Description

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

Members
Members 
Description 
hoAutoResize 
adjust a column so that the header never exceeds client width of owner control 
hoColumnResize 
resizing columns is allowed 
hoDblClickResize 
allows a column to resize itself to its largest entry 
hoDrag 
dragging columns is allowed 
hoHotTrack 
header captions are highlighted when mouse is over a particular column 
hoOwnerDraw 
header items with the owner draw style can be drawn by the application via event 
hoRestrictDrag 
header can only be dragged horizontally 
hoShowHint 
show application defined header hint 
hoShowImages 
show images 
hoShowSortGlyphs 
allow visible sort glyphs 
hoVisible 
header is visible 
Group
File

VirtualTrees

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