Code Monkey home page Code Monkey logo

Comments (5)

babaosoftware avatar babaosoftware commented on August 14, 2024

I'm facing the same problem: bring an item into view by item index. It would be very useful.

from flutter_staggered_grid_view.

voivoed avatar voivoed commented on August 14, 2024

Is there a way to scroll if I calculate the offset manually, though? In my case, in the idea I'm working on, the cells all have a fixed height, so it would be easy for me. Scrolling to a specific position is something I really need.

It would really be nice to be able to bring widget index X into view, though.

from flutter_staggered_grid_view.

babaosoftware avatar babaosoftware commented on August 14, 2024

I believe it's possible to scroll to a certain offset, but I didn't try it, because, as @wilin52 mentioned, it's complicated, as my cells might not have the same height, and/or the number of columns might change depending on the screen size/orientation.

from flutter_staggered_grid_view.

babaosoftware avatar babaosoftware commented on August 14, 2024

You can scroll programmatically by attaching a ScrollController to the grid, and then calling this:
Timer(
Duration(milliseconds: 200),
() => _scrollController.animateTo(_offset,
duration: const Duration(milliseconds: 500), curve: Curves.ease));
I used a timer in my case, otherwise I get an exception that the ScrollController is not yet attached. You might not need it.
Give it a try.

from flutter_staggered_grid_view.

wilin52 avatar wilin52 commented on August 14, 2024

the issue can be closed , I think .
There is a solution: https://github.com/quire-io/scroll-to-index
The theory of scroll_to_index is simple, but not efficient. The best way to resolve it is that scrollController support scroll to certain index like android native instead of offset .

from flutter_staggered_grid_view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.