git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74109
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
[scrollview setAutohidesScrollers:YES];
[scrollview setDocumentView:m_OutlineView];
[scrollview setAutohidesScrollers:YES];
[scrollview setDocumentView:m_OutlineView];
+ // we cannot call InstallHandler(m_OutlineView) here, because we are handling
+ // our action:s ourselves, only associate the view with this impl
+ Associate(m_OutlineView,this);
// initialize the native control itself too
InitOutlineView(style);
}
// initialize the native control itself too
InitOutlineView(style);
}