StaggeredGridView icon indicating copy to clipboard operation
StaggeredGridView copied to clipboard

column count to be auto ?

Open lalith-b opened this issue 11 years ago • 3 comments

Can the column count have an auto variable which can be adjusted based on screen width and children width ??

lalith-b avatar Aug 12 '13 13:08 lalith-b

@deathlord87 Possibly. But then how do you determine how wide a column should be?

briangriffey avatar Dec 02 '13 14:12 briangriffey

possibly a way to determine each children/itemWith and adjust/columnWidth based on the children width

lalith-b avatar Jan 06 '14 05:01 lalith-b

I fixed the problem like that: https://github.com/oux/StaggeredGridView/commit/a206beaf251ff36b7e9a6c83862b78cd9c557821

No pull request because I don't know if it's the better way to fix this issue.

oux avatar Jan 28 '14 20:01 oux