overlay on listview
-
Hi,
Is there a way to put an overlay on top of listview so that when the user tries to scroll it without selecting any item, the onpressed signal of the delegate item won't be captured?
@literA2 No need for overlay. Use pressDelay. Eg.
pressDelay: 1000
-
@literA2 No need for overlay. Use pressDelay. Eg.
pressDelay: 1000
-
@p3c0 thank you very much for pointing that out! I forgot to look into Flickable component which is inherited by Listview.
However, the onDoubleClicked on the delegate item isn't working, it worked as if two presses.
-
@literA2 Aha. I didn't knew about that. It could be a bug or a limitation due to pressDelay. I think you should report it.
-
@p3c0 I also tried to implement drag in delegate, it won't work once pressdelay is set.
May I know where to report it?