CGXGridCore::EnableScrollTips

void EnableScrollTips();

Remarks

Adds support for scroll-tips to the grid. Call this method at initialization time of your grid, e.g. before calling OnGridInitialUpdate or Initialize.

Example:

void CMyGridView::OnInitialUpdate()
{
   EnableScrollTips ();
   CGXGridView::OnInitialUpdate();
}

Control-Factory Specific ->

Make sure that scroll-tips support has been linked into the grid library. See the section "Reducing the size of your application" in the user's guide how to remove or include scroll-tips support from the grid library using the Build Wizard.

END Control-Factory Specific

See Also

 CGXScrollTipPlugin

CGXGridCore

 Class Overview |  Class Members