felipecsl/AsymmetricGridView

Using inside Scrollview

Closed this issue · 1 comments

I want to use it inside scrollview.

I have a photo grid inside scrollview. So, can i use it inside Scrollview with only Scrollview should scroll, "AsymmetricGridView" should not get scrolled.

or can you guys suggest any better way of doing this.

using a ListView instead of a ScrollView is a really bad idea. I think you should reconsider your layout ;)