You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
1.version 0.2 if I set columntCount to 3 then I must set rowCount to 3 or it not work!
still AUTOMATIC, and if 20 rows and 20 columns, the item of view is very small and not wrap content !
2.if i set > 35 items in one page then i can't see 36/37/38......
Example Demo
How should I do?
The text was updated successfully, but these errors were encountered:
Actually it is working as designed. If you put a row and column count, the grid assumes that you know what you are doing, it is totally manual, it is not a hint for automatic placement. You cannot mix AUTOMATIC and manual mode. That would be a new feature.
For the number of objects shown in a page, there is a limitation for now because there is no scroll per page. This is a feature that is development, but because it touches every part of the code, it will take some time.
ok,thanks, it would be helpful
I have revised you code for fit my app
another issue.
there is no item listener for this, main view click and item listener use same listener, i think it's strange.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1.version 0.2 if I set columntCount to 3 then I must set rowCount to 3 or it not work!
still AUTOMATIC, and if 20 rows and 20 columns, the item of view is very small and not wrap content !
2.if i set > 35 items in one page then i can't see 36/37/38......
Example Demo
How should I do?
The text was updated successfully, but these errors were encountered: