SftTree/DLL 6.5

SplitColumn

Softel vdm, Inc.

Defines the number of columns displayed in the left pane of a split tree control.

C

int WINAPI SftTreeSplit_GetSplitColumn(HWND hwndCtl);
BOOL WINAPI SftTreeSplit_SetSplitColumn(HWND hwndCtl, int splitColumn);

C++

int GetSplitColumn() const
BOOL SetSplitColumn(int splitColumn)

Parameters

hwndCtl

The window handle of the tree control.

splitColumn

The number of columns displayed in the left pane of a split tree control.  The number specified must be between 1 and the total number of columns - 1.  The total number of columns is defined using SetColumns.

Returns

GetSplitColumn returns the number of columns displayed in the left pane.

Comments

The GetSplitColumn and SetSplitColumn functions define the number of columns displayed in the left pane of a split tree control.

GetSplitColumn and SetSplitColumn are only available for a split tree control.

A splitter bar is always present in a split tree control, it cannot be removed. 

See Also  C/C++ API  |  CategoriesNotifications

 


Feedback / comments / error reports for this topic
© 2009 - Softel vdm, Inc. - www.softelvdm.com