DataViewCtrl autoscroll during DnD

I noticed that on windows (python3, wxpython4.1) a DataViewCtrl does not scroll automatically when reaching the top or bottom end of the visible area with DnD enabled. Is this to be expected/intended? It does on GTK and OSX though. Is there a way to enable automatic scroll or is it possible to set the position programatically?

Thanks, Christian

The DVC on Windows is a generic implementation (meaning it is not native and is implemented in wxWidgets) so it may simply be a feature that has not been implemented yet. You can check at https://trac.wxwidgets.org or in one of the wxWidgets google groups for more info.