what's the use of runs_count in GridView control? #3051
yunguangli
started this conversation in
General
Replies: 1 comment
-
It defines a fixed number of elements/cells per row(in a vertical grid) or column(in a horizontal grid). The docs for it will be improved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation, runs_count stands for "The number of children in the cross axis". But I find it confusing or I misunderstand it. If I need to show 3 tiles per row, shall I set runs_count = 3? Then If I enlarge the window/page in desktop app or increase the max_extent attribute, the number of tiles will increase more than 3, just like the ResponsiveRow. So what's exactly the use of runs_count here?
Beta Was this translation helpful? Give feedback.
All reactions