Hello Vince,
We have a couple of new controls that help you achieve this scenario without having to implement scrolling functionality from scratch, which is the case with the old
Business Cards example. I have attached two sample projects.
The first one demonstrates using our new
RadPanorama control for achieving the same
functionality. However, if you are going to load lots of items (100+), this control might not be applicable since it does not virtualize its elements and this may result in a poor performance.
The second sample project demonstrates using
RadListView with custom visual items.
RadListView uses virtualized visual items so adding even hundreds of items to it should not affect the performance.
Since I am not sure exactly which version are you using, please note that
RadListView was introduces with Q2 2011 and
RadPanorama was introduced with Q3 2011.
I hope you find this useful.
Feel free to contact if you have any further questions.
Regards,
Ivan Todorov
the Telerik team