Fixed jumping problem with remotely scrolled tree

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-08-30 09:58:14 +00:00
parent 5b211fbf54
commit 43bcf4c950
2 changed files with 25 additions and 2 deletions

View File

@@ -78,6 +78,9 @@ public:
// In case we're using the generic tree control.
virtual void PrepareDC(wxDC& dc);
// In case we're using the generic tree control.
virtual int GetScrollPos(int orient) const;
//// Helpers
void HideVScrollbar();