Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridWnd join corner Collapse All
Subject Author Date
Ulrich Heinicke May 17, 2010 - 11:56 AM

Hi,


how can i join the corner of a CExtGridWnd (the red rectangle in the image)?



Thanks


Ulrich

Technical Support May 17, 2010 - 2:46 PM

Please take a look at this test project:

http://www.prof-uis.com/download/forums/TestCellJoin-everywhere.zip

The grid cell joins are supported everywhere, including the top-left grid corner where grid cells are accessed using the nColType=-1 and nRowType=-1 parameters of the CExtGridWnd::GridCellGet() method. The joined cell region must be completely initialized with the grid cells. You can use the CExtGridCellHeader grid cells in any header area.

You may need to add Zm512 compiler option to build the test project meant above. You may also need to add the <b>res/manifest_x86.xml</code> additional manifest file option and specify the PROF_UIS_FORCE_NO_MANIFEST resource preprocessor symbol if you are going to compile it with Visual Studio 2005 or later version.