folderlistview HeaderStyle property
Return to Introduction  Previous page  Next page
Applies to
dcFolderListView component.  

Declaration
type  
  THeaderStyle = (hsButtons, hsFlat);  
 
property HeaderStyle: THeaderStyle;  

Description
The HeaderStyle property specifies the appearance of the header sections above the ListView control. (Header visible only if the ViewStyle is vsReport).  
 
There are the possible values:  
Value   Meaning  
hsButtons   The column sections are buttons;  
hsFlat   The column sections are flat buttons.  

Note
iiwarning User can not click the header section (change SortDirection) when HeaderStyle = hsFlat.  
File not found.