|
|
|
SftDirectory.MakeColumnsOptimal Method |
Resizes all columns to their optimal width.
Syntax
VB.NET |
object.MakeColumnsOptimal() |
||
VB |
object.MakeColumnsOptimal |
||
C#.NET |
void object.MakeColumnsOptimal(); |
||
VC++ |
HRESULT object->MakeColumnsOptimal(); |
||
C |
HRESULT object->raw_MakeColumnsOptimal(); |
||
Delphi |
procedure object.MakeColumnsOptimal(); |
object
A SftDirectory object.
Comments
The MakeColumnsOptimal method resizes all columns to their optimal width.
If the AutoSizeColumns property is set to True, the MakeColumnsOptimal method is automatically invoked by the control when needed.
The Column.MakeOptimal method can be used to optimally resize one column.