ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBaseShellListView.AutoSizeColumn Property

This has to be overwritten by the deriving class.  

Adjust the size of the given column so that it fills the remaining horizontal space.

Syntax
Pascal
property AutoSizeColumn: Integer;

If a value greater or equal to zero is assigned to this property, the column with this index will be adjusted to fill the available horizontal space so that no scrollbar needs to be shown. A minimum size of 80 pixels will be preserved in any case.

Copyright (c) 2011. All rights reserved.