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
@@ -4,12 +4,13 @@ DapScrollViewForm
{
{
property var contentPos: 0.0
property var contentPos: 0.0
////@ Connect to new ListView if changed
// Connect to new ListView if changed
onViewDataChanged: {
onViewDataChanged:
 
{
viewData.contentYChanged.connect(updateY)
viewData.contentYChanged.connect(updateY)
}
}
////@ Changes position of arrows when scroll
// Changes position of arrows when scroll
function updateY()
function updateY()
{
{
if (viewData.atYBeginning)
if (viewData.atYBeginning)
Loading