Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved ScrollView in SplitView : How to design Scrollbar in SplitView?

    General and Desktop
    1
    1
    368
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      ShrikantAmbade last edited by

      Hello,
      Trying to design Slitter with Scrollbar in it.. I used ScrollView .
      When I used ScrollView inside SplitView then SplitView Properties like Layout miniwidth etc..is not working...
      For Example:
      anchors.fill: parent
      orientation: Qt.Horizontal
      ScrollView{
      Rectangle{
      id:fwindow
      width: 150
      Layout.minimumWidth: 80 // not working
      Layout.maximumWidth: 500//not working

           color: "lightgreen"
           Text{
               text: "First window"
               anchors.centerIn: parent
           }
      
       }
      

      }
      }

      1 Reply Last reply Reply Quote 0
      • First post
        Last post