]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sizer.tex
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / docs / latex / wx / sizer.tex
index 4cd49b5708a8c08a6952af669842a0002d031e5b..74951d8f52cb92f513a5951e573b8d84e8af9f7d 100644 (file)
@@ -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.
+