X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..5da0803c1534db8a410cdff616921175a8ddda77:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 4cd49b5708..6f0a7bc7e1 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -309,3 +309,5 @@ minimal size. For windows with managed scrollbars this will set them appropriate Shows or hides the {\it window}, {\it sizer}, or item at {\it index}. To make a sizer item disappear or reappear, use Show() followed by Layout(). +Note that this only works with wxBoxSizer and wxFlexGridSizer, since they +are the only two sizer classes that can size rows/columns independently.