<< Return to Main Index

< Return to Class Index

CGXHierarchyGrid::EnableHintsToParent

void EnableHintsToParent(BOOL bHintsToParent=TRUE, BOOL bRegularHints = FALSE);

bHintsToParent

Specifies whether hints should be sent to parent.

bRegularHints

Specifies whether regular hints should be generated.

Remarks

Use this function in place of the CGXGridCore::EnableHints while dealing with hierarchical grids.

It’s usually appropriate to send hints to the parent in order to inform it of the change in size, etc. So, bHintsToParent should usually be TRUE. Specify in bRegularHints a value similar to how you would have called EnableHints with in a normal grid.

By default this function is called with the default parameters during initialization.

See Also

CGXGridCore::EnableHints

CGXHierarchyGrid

Class Overview | Class Members