SftTree/DLL 6.5

MakeCellVisible

Softel vdm, Inc.

Scrolls the specified cell into view horizontally and vertically so that it is displayed in the tree control's client area.

C

void WINAPI SftTree_MakeCellVisible(HWND hwndCtl, int index, int realCol);
void WINAPI SftTreeSplit_MakeCellVisible(HWND hwndCtl, int index, int realCol);

C++

void CSftTree::MakeCellVisible(int index, int realCol);
void CSftTreeSplit::MakeCellVisible(int index, int realCol);

Parameters

hwndCtl

The window handle of the tree control.

index

The zero-based index of the cell to scroll into view.

realCol

The zero-based column number of the cell to make visible.

Comments

The MakeCellVisible function scrolls the specified cell into view horizontally and vertically so that it is displayed in the tree control's client area.

MakeCellVisible can be used to make a cell visible by scrolling it into view (horizontally and vertically).  The user normally scrolls the tree control items horizontally and vertically using the scroll bars, but an application can use MakeCellVisible to insure that a cell is visible.

To make a column or item visible, use MakeColumnVisible or MakeRowVisible

See Also  C/C++ API  |  CategoriesNotifications

 


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