If one scrolling container has another internal object that is also scrollable - outer view's scrolling should be disabled, when you try to scroll the internal object (_MouseEntered).
So, the view should be "enabled", but with "DisabledScrolling" until your _MouseExited from the internal object.
I develop the cross-platform version of the ScrollView2D library. XUIScrollView was developed all from scratch. xScrollView is a wrapping of the native ScrollView but which standardizes the commands so that they can be used cross-platform. Everyone can choose which one is best suited to their...
Thanks, but these 2 views works differently. xScrollView works more correctly than XUIScrollView in the same project.
So, it needs to try with XUIScrollView somehow...