Binwell / FastGrid

FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView
MIT License
108 stars 25 forks source link

How can i add the horizontal scrolling in viewcell type X? #3

Closed rex232 closed 5 years ago

rex232 commented 5 years ago

Any sample or advise? thanks

ilyaqznetsow commented 5 years ago

You can just put a scrollview inside a view (for example, bindablelayout) of viewcell and set its width to screensize width. You should be able to scroll the content of viewcell then.

SlavaChernikoff commented 5 years ago

Fixed by https://github.com/Binwell/FastGrid/pull/4 Closed.