Hi In your 3dCarousel Sample (DataSearcher) you use a CollectionViewSource populated via XML to provide the ability to filter a set of data. Our data was in the form of a List(of <ObjectType>) which we successfuly serialized to XML in order to use your sample with our code. Obviously this has overhead...