Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about staggered-gridview

Read more about staggered-gridview

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - staggered-gridview

Android Staggered Gridview Layout

have anyone done the same layout as fig. 1? i am currently using StaggeredGridLayoutManager but the result is fig 2. could anyone help me regarding this? Ps tried using grid layout but it just copy th...
test-img

Bryan.C

android

kotlin

android-gridlayout

staggered-gridview

Votes: 0

Answers: 1

Latest Answer

Use GridLayoutManager instead of StaggeredGridLayoutManager for achieving same layout as fig. 1 GridLayoutManager creates the equal height grids. val gridLayoutManager = GridLayoutManager(this, 2) rec...
test-img

Android Geek

How to implement staggered grid view with SLIVERS in Flutter?

I want to implement a Staggered GridView, because my SliverGrid delegate requires an aspect ratio, and I want the grid items to be dynamically sized which is only possible with staggered gridview as ...
test-img

Arinton Akos

flutter

flutter-sliver

staggered-gridview

customscrollview

Votes: 0

Answers: 4

Latest Answer

For Update version wrap GridView with SliverToBoxAdapter and set gridView physics to NeverScrollableScrollPhysics because CustomScrollView will handle scroll event. SliverToBoxAdapter( child: GridVi...
test-img

Yeasin Sheikh

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved