don't use SetScrollbars() as this forces the grid virtual size to always be the multi...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 21:09:31 +0000 (21:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 21:09:31 +0000 (21:09 +0000)
commitf1ff7df032561f01b435a1cd802e4235dd958dfc
tree15e37fe59aec9f3c862fba22cb4753ca92cb789f
parent4c81144ce3aa17d17614e8b03bbb0f35ba6d51ef
don't use SetScrollbars() as this forces the grid virtual size to always be the multiple of scroll line size which is simply wrong, the grid doesn't need to be that big (#3800)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grid.cpp