Resets scroll position on load

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-10-20 22:51:57 +00:00
parent e4d6cfadda
commit 169adfa9c4
3 changed files with 18 additions and 11 deletions

View File

@@ -561,7 +561,7 @@ public:
virtual bool SetFont(const wxFont& font);
/// Set up scrollbars, e.g. after a resize
virtual void SetupScrollbars();
virtual void SetupScrollbars(bool atTop = false);
/// Keyboard navigation
virtual bool Navigate(int keyCode, int flags);