SftTree/DLL 6.5

DisplayColumn

Softel vdm, Inc.

Returns the display column number given a real column number.

C

int WINAPI SftTree_GetDisplayColumn(HWND hwndCtl, int realCol);
int WINAPI SftTreeSplit_GetDisplayColumn(HWND hwndCtl, int realCol);

C++

int CSftTree::GetDisplayColumn(int realCol) const;

Parameters

hwndCtl

The window handle of the tree control.

realCol

The real column number whose display column number is to be returned.

Returns

The return value is the display column number for a real column number, or -1 if an error occurred.

Comments

The GetDisplayColumn function returns the display column number given a real column number.

As a user reorders columns, this is completely transparent to the application.  An application still references cells by the "real" column number, which is the original column number that the cell had before columns were reordered by the user.  While columns appear in a new order after dragging a column to a new position, the application references columns and cells by their real column number which never changes.

If a user reorders columns using column drag & drop, the (real) column numbers, which is the column number as it appears to the application, may need to be translated into the display column number as seen by the user.  For more information see section "Display vs. Real Columns".

See Also  C/C++ API  |  CategoriesNotifications

 


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