to SetOrCalcXXXSizes()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6347
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// auto size all columns (very ineffective for big grids!)
void AutoSizeColumns( bool setAsMin = TRUE )
// auto size all columns (very ineffective for big grids!)
void AutoSizeColumns( bool setAsMin = TRUE )
- { (void)SetOrCalcColumnSizes(TRUE, setAsMin); }
+ { (void)SetOrCalcColumnSizes(FALSE, setAsMin); }
void AutoSizeRows( bool setAsMin = TRUE )
void AutoSizeRows( bool setAsMin = TRUE )
- { (void)SetOrCalcRowSizes(TRUE, setAsMin); }
+ { (void)SetOrCalcRowSizes(FALSE, setAsMin); }
// auto size the grid, that is make the columns/rows of the "right" size
// and also set the grid size to just fit its contents
// auto size the grid, that is make the columns/rows of the "right" size
// and also set the grid size to just fit its contents