Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to change flick boundsBehavior for TableView?
Forum Updated to NodeBB v4.3 + New Features

How to change flick boundsBehavior for TableView?

Scheduled Pinned Locked Moved QML and Qt Quick
tableviewflickablescrollviewboundsbehavior
1 Posts 1 Posters 835 Views 1 Watching
  • 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.
  • T Offline
    T Offline
    Tobias
    wrote on 28 May 2015, 09:23 last edited by Tobias
    #1

    Hallo,

    while using the TableView I'm struggling to disable the fancy over shooting flick functionality.

    The problem is that in contrast to the ListView the TableView is inherited by ScrollView instead of Flickable so there is no boundsBehavior property that can be set to Flickable.StopAtBounds

    I tried to set the property of the flickableItem within the ScrollView like

    TableView {
      flickableItem.boundsBehavior: Flickable.StopAtBounds
    }
    

    but this does not work for some reason, at least in my case.

    If you someone give me a solution it would come really handy.

    Thanks and cheers
    Tobi

    1 Reply Last reply
    0

    1/1

    28 May 2015, 09:23

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved