ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #22582
Hide "Pull to refresh" under a row above in QML
-
To:
"ubuntu-phone@xxxxxxxxxxxxxxxxxxx" <ubuntu-phone@xxxxxxxxxxxxxxxxxxx>
-
From:
Unix One <unix1@xxxxxxxx>
-
Date:
Wed, 5 Oct 2016 13:57:42 +0000
-
Accept-language:
en-US
-
Authentication-results:
lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=none action=none header.from=live.com;
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
Thread-index:
AQHSHxBxJidITmgq/keX64pM5/YbEg==
-
Thread-topic:
Hide "Pull to refresh" under a row above in QML
Hello,
I posted this question on stackoverflow with no traction:
https://stackoverflow.com/questions/39825999/listview-pulltorefresh-hide-pull-to-refresh-string-under-a-row-above
so maybe someone here can help.
Briefly, I have a QML Column which contains 2 Rows. The first Row has a
Button. The 2nd Row has a ListView with PullToRefresh. No matter what I
tried I can't make the string "Pull to refresh" hide under the 1st Row
so it slides out from under it when the list in the 2nd Row is pulled.
Minimal code to reproduce and bit more details are in that stackoverflow
link. Any help is appreciated.
Thank you!