ScrollBars and ScrollView - add 'isDragged' or 'isScrolling' property
Bug #1627078 reported by
Stefano Verzegnassi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to implement a "page indicator" to be shown when the user scrolls a Flickable using a UITK ScrollBar. The idea is to mimic a feature available in Adobe Reader for Android.
In order to do this, I have to access the "draggingThumb" property of the style instance of a UITK ScrollBar, which is meant to be private.
Item {
[...]
visible: scrollView.
}
What it could be useful is to expose this property directly in the ScrollBar.
Using the Flickable properties for this purpose would be a bit complicated, since it wouldn't be desiderable to see such overlay during an "ordinary" touch/flick event.
To post a comment you must log in.
Hi Stefano,
thank you for this report. I'll bring this up with the SDK team and see if we can "afford" providing (which means guaranteeing future compatibility for) that property ;)
Can you please ping me again on Monday about this?