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 General Discussion » About a CExtGridWnd setting method Collapse All
Subject Author Date
tarou iiyama Mar 15, 2005 - 7:11 PM

Thank you for your cooperation every time.


  I want to set all height pixels in CExtGridWnd.
Please teach a way


  Only a specification point changes in OuterRowHeightSet , DefaultRowHeightSet.


 

Technical Support Mar 16, 2005 - 8:53 AM

Our grid control uses the pixel as its unit of measurement. So, any width or height you can set in the grid control is measured in pixels. The OuterRowHeightSet() method sets the height in pixels of header rows at top or at bottom. The OuterColumnWidthSet() method sets the width in pixels of header columns at left or at right. The DefaultRowHeightSet() and DefaultColumnWidthSet() method allows you to set the initial heights/widths for all rows and columns. The grid control uses header cells that are often instances of the CExtGridCellHeader class for storing information about minimum/maximum/current row width or column column height. You can set these values by invoking the ExtentSet() method of appropriate header cells. If all the minimum/maximum/current extents are equal to each other then an appropriate row or column is not enabled for resizing.

tarou iiyama Mar 16, 2005 - 7:57 PM

A problem was settled somehow.


Thank you