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. Gridview move transition problem
Forum Updated to NodeBB v4.3 + New Features

Gridview move transition problem

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 576 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.
  • D Offline
    D Offline
    Duff
    wrote on last edited by
    #1

    Hi again,

    So I have a gridview working nicely with key events to move the current item highlight around the grid. Now I want to have a mode where the currently selected item is moved to another place in the grid based on these key events. This works nicely as well until the view needs to scroll off screen items into view when necessary.

    I use :

    preferredHighlightBegin:236
    preferredHighlightEnd: 472
    highlightRangeMode: GridView.ApplyRange

    in my view and when I am moving the highlight component with the arrow keys the off screen items come into view as necessary. When I switch to moving the currentItem to another location in the grid with the arrow keys the grid does not bring off screen items into view when necessary. Any ideas?

    --Duff

    1 Reply Last reply
    0

    • Login

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