ShellBrowser Delphi Components Documentation
|
This event is triggered after the columns were created
property OnCreateColumns: TNotifyEvent;
Write an event handler for the OnCreateColumns if you want to add additional columns. You can also hide certain columns by setting their Width property to 0. If the user clicks on the column header of one of your user created columns, the OnCompare event will be called in order to allow you the sorting of your added columns.