autoscroll wxTreeCtrl
BlitzMax Forums/Brucey's Modules/autoscroll wxTreeCtrl| 
 | ||
| Edit: Posting on this forum really helps somehow. I figured something out now. This is a real basic version, but if you combine it with a timer, it seems to work allright: | 
| 
 | ||
| btw, if you do this, the code looks a little cleaner : Function OnLeave(evt:wxEvent) MyApp(evt.parent)._OnLeave(wxMouseEvent(evt)) End Function Method _OnLeave(evt:wxMouseEvent) .... End Method Oh, and Strict / SuperStrict is your friend ;-) | 
| 
 | ||
| Thank you Brucey! |