# is it possible to reuse views for collection/table type views?

**URL:** https://forums.fusetools.com/t/is-it-possible-to-reuse-views-for-collection-table-type-views/2891
**Category:** How-to Discussions
**Created:** [September 13, 2016, 1:10am UTC](https://forums.fusetools.com/t/is-it-possible-to-reuse-views-for-collection-table-type-views/2891 "2016-09-13T01:10:10Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![iksnae](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/iksnae/32/139_2.png) [@iksnae](https://forums.fusetools.com/u/iksnae)
#### Post date: [September 13, 2016, 1:10am UTC](https://forums.fusetools.com/t/is-it-possible-to-reuse-views-for-collection-table-type-views/2891/1 "2016-09-13T01:10:10Z")

</div>

I’d like to be able to reuse views for visualizing data dynamically similar to pinterest, cover flow (in iTunes) or even a table. On iOS you have examples like `UICollectionViewCell` and `UITableViewCell`, then on Android you have the `RecyclerView`.

I am aware that it’s possible to use a `StackPanel` with a `ScrollView` and just add views to the `StackPanel` but my concern is that once I’m attempting to display hundreds of entries, there may be performance issues.

Is there a way to support something like this available in fuse? if not do you have any suggestions on how to create it without requiring implementation of Foreign Code for each platform?

Thank you in advance for any feedback or assistance in finding a solution.

---

<div class="post-metadata">

### Author: ![Vegard\_Strand\_Lende](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/vegard_strand_lende/32/349_2.png) [@Vegard\_Strand\_Lende](https://forums.fusetools.com/u/Vegard_Strand_Lende)
#### Post date: [September 13, 2016, 1:47pm UTC](https://forums.fusetools.com/t/is-it-possible-to-reuse-views-for-collection-table-type-views/2891/2 "2016-09-13T13:47:18Z")

</div>

Hi!

View recycling is a feature we are working on. I cant share any ETA yet. The `ScrollView` and `StackPanel` combo should be able to show long lists, but its performance might depend on what you are displaying.

Have you tried using `ScrollView` and `StackPanel` for your case?
