<< Return to Main Index

< Return to Class Index

class CGXHierGridLayoutManager : public CGXBrowserLayoutManager< CGXRegularGrid <GRID> > template <class GRID>

Remarks

GRID Specifies the grid class it will be bound to.

The layout manager, CGXHierGridLayoutManager, is a utility class for the hierarchical database engine grid (CGXDBEHierGrid) that encapsulates the logic involved in setting up the grid with a hierarchical browser-like layout (MS Access like). While most of the functionality is handled in the base CGXBrowserLayoutManager, the hierarchical layout management is done within this class.

For some example code on how to subclass the layout manager and customize it, take a look at the CGXBrowserLayoutManager class reference.

See Also

CGXBrowserLayoutManager CGXRegularGrid CGXDBEHierGrid