Wish Any ScrollView with open source code: add DisabledScrolling as Boolean

peacemaker

Expert
Licensed User
Longtime User
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.
 

Star-Dust

Expert
Licensed User
Longtime User
See XUIScrollview rel. 0.14
 

peacemaker

Expert
Licensed User
Longtime User
Wow ! Thanks !
Is xScrollView not updated ?
 

peacemaker

Expert
Licensed User
Longtime User
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...
 
Top