This WM_CONTROL notification is sent to the owner of the container whenever the grid is resized.

param1
     USHORT  id              /*  Container control ID. */
     USHORT  CN_GRIDRESIZED  /*  Notification code. */

param2
     SHORT   sGridRows       /*  New number of rows. */
     SHORT   sGridCols       /*  New number of columns. */


[Back] [Next]