Allow to customize wxGrid column auto-sizing.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Apr 2013 21:11:59 +0000 (21:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Apr 2013 21:11:59 +0000 (21:11 +0000)
commit6f58f3d7e0ed959dd6a568a70161ec14ec524feb
treefe32e7a293df9416930512ea95a86a33dd264be5
parent8a477314068f377dc0c7beebf0857a5446956409
Allow to customize wxGrid column auto-sizing.

By default the columns are auto-sized to fit just their label, which is fast
but not very user-friendly. Allow customizing this behaviour by handling the
(new) wxEVT_GRID_COL_AUTO_SIZE event.

Closes #15077.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/grid.h
interface/wx/grid.h
samples/grid/griddemo.cpp
samples/grid/griddemo.h
src/generic/grid.cpp