| 
 | 
 | 
 | 
| SftTreeHeaders.ResizeColumn Property | 
Returns the column number currently being resized.
Syntax
| VB.NET | ColIndex = object.ResizeColumn As Short | ||
| VB | ColIndex = object.ResizeColumn As Integer | ||
| C#.NET | short ColIndex = object.ResizeColumn; | ||
| VC++ | short ColIndex = object->ResizeColumn; | ||
| C | HRESULT object->get_ResizeColumn(short* ColIndex); | ||
| Delphi | ColIndex := object.ResizeColumn : Smallint; | ||
object
A SftTreeHeaders object.
ColIndex
Returns the column number currently being resized. -1 is returned if the splitter bar is repositioned.
Comments
The ResizeColumn property returns the column number currently being resized.
This property is only valid while a ColumnSize or ColumnSizeStarted event occurs.
See Also SftTreeHeaders Object | Object Hierarchy