-
Notifications
You must be signed in to change notification settings - Fork 184
VerticalScroll #42
Comments
Just putting the grid into a vertical scroll view does'nt work? |
Do you mean in example.xml or in PagedDragDropGrid, I have just changed in PagedDragDropGrid the extends from HorizontalScrollView to ScrollView and I am testing it, but I don't think it is going to work. Thanks |
Yes in the example xml, there is a parent scrollview that is vertically scrolling the grid. |
this is your example.xml:
And it scrolls the grid, but the scroll doesn't cover all the icons that I've added. I show you in these images: Thanks you, I don't know if I express my shelf properly because english is not my mother tongue. |
Oh, than there is a problem that i dont know of... |
Yes, I've got 80 items... I'm sorry about the bad news, I hope you have spare time and you can keep working on it! |
If I understand correctly, putting it into ScrollView won't be memory-efficient, because it won't recycle grid elements that are not displayed on the screen. |
Dear mrKlar,
Thank you for sharing you knowledge with all of us.
But I have encounter vertical scrolling problem, I have read everybody's problems in the different comments, and I haven't found a solution. I know you are working on your spare time on it, but I would like to ask you for help.
My code have got just one page, and I want to add vertical scrolling in it, it is easier than adding it to several pages. I would appreciate if you could tell me what I should do.
Please help me,
Thank you.
The text was updated successfully, but these errors were encountered: