Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 1 Support › Felgo – I am not able to scroll Row under @AppFlickable Object

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22114

    Ag.ashishaggarwal@gmail.com

    Hi,

     

    Can anyone to help me to scroll @Row with list of buttons, right now am stuck into my code.

    I knew, this would be very silly question but am stuck into it.

     

    —————- MY CODE —————-

    Can you please let me know, how would i scroll to see the last button.

    It would be great, it would scroll.

     

    import Felgo 3.0
    import QtQuick 2.0
    import QtQuick.Controls 1.4
    Page {
        id: searchPage
        title: qsTr("Search Page")
    
        AppFlickable {
            id: searchPageFlickable
            anchors.fill: parent
            contentWidth: rowScroll.width
    
            // NEXT ROW TO SCROLL
            Row {
                id: rowScroll
                anchors.fill: parent
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
                AppButton {
                    text: "Ashish"
                }
            }
            }
    }
    

     

    #22138

    Alex
    Felgo Team
Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded