HorizontalVariableListView
HorizontalVariableListView copied to clipboard
HorizontalListView in VerticalViewPager
Hi
I am using HorizontalListView in VerticalViewPager (https://github.com/castorflex/VerticalViewPager). I have multiple fragments in viewpager. When viewpager is created, fragment and horizontallistviews inside the fragment are created with no problems. But after scrolling to other fragments and come back to the fragment with horizontallistviews, horizontallistviews are removed from the screen. As i see, horizontallistviews are there but there is not cell, no items in it. I have also checked the adapter and item count. Nothing seems wrong. what might be the problem?
Thanks in advance.
It might be related to Measurement fix by @endryha (issue #1) but i could not find any solution yet.