Skip to content
Snippets Groups Projects

Features 2923

Merged Kirill Anisimov requested to merge features-2923 into develop
Files
2
+ 4
3
@@ -4,12 +4,13 @@ DapScrollViewForm
{
property var contentPos: 0.0
////@ Connect to new ListView if changed
onViewDataChanged: {
// Connect to new ListView if changed
onViewDataChanged:
{
viewData.contentYChanged.connect(updateY)
}
////@ Changes position of arrows when scroll
// Changes position of arrows when scroll
function updateY()
{
if (viewData.atYBeginning)
Loading