Fixes for split tree when using generic tree control

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-01-10 19:57:35 +00:00
parent 416a4f3cd9
commit fa0c928797
2 changed files with 24 additions and 0 deletions

View File

@@ -80,6 +80,13 @@ public:
// In case we're using the generic tree control.
virtual int GetScrollPos(int orient) const;
// Override to suppress vertical scrollbar
virtual void SetScrollbar(int orient,
int pos,
int thumbVisible,
int range,
bool update);
//// Helpers
void HideVScrollbar();