<< Return to Main Index

< Return to Class Index

class CGXSplitterWnd: public CSplitterWnd

The CGXSplitterWnd class subclasses enhances the MFC CSplitterWnd class and gives you some more options to customeize the behavior of the CSplitterWnd class.

First, CGXSplitterWnd lets you specify the alignment of the splitter box. With MFC CSplitterWnd the splitter box is always positioned on top of the vertical scrollbar and on the left of the horizontal scrollbar. CGXSplitterWnd gives you the option to position the splitter box on the other sides of the scrollbars.

Second, CGXSplitterWnd lets you embed any CWnd into the scrollbar area and dock them on the left and right side of the horizontal scrollbar and at the top and bottom side of the vertical scrollbar. Embedded windows can either be resizable or static.

The CGXRecordInfoSplitterWnd class (only available with Objetive Grid professional edition) for example derives from CGXSplitterWnd and embeds a non-resizable CGXRecordInfoBeam on the left side of the horizontal scrollbar.

#include <gxall.h>

CGXSplitterWnd

Class Members