X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..3ac7b44cc0765b8444324d71b58cf648009d41c2:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 4cd49b5708..74951d8f52 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -309,3 +309,6 @@ 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. +