Silverlight CoverFlow Styling and Appearance

This section is intended to give you broad understanding of the possible ways by which you can change the visual appearance of RadCoverFlow. There is also comprehensive information about the Control Template and it's required parts. You will need this information if you want to customize the appearance of RadCoverFlow.

You can modify the look of RadCoverFlow either by changing some of the brushes exposed by the API, or change the Control Template. In the control template you are allowed to reorder the template parts and your own objects. However, in changing the control template you should be careful to include all required parts.

Note that in changing the Control Template you should include all required parts. Even thought your code will compile some of the functionality may be subject to impact due to the omission of the required parts.

RadCoverFlow is designed to be a simple items control that relies on the CoverFlowPanel to arrange its children. The control template consists only of a single ItemsPresenter and the ItemsPanel- CoverFlowPanel. You are free to modify the control template in order to introduce a navigation scrollbar or anything you like.

RadCoverFlowItem can be customized by the ItemTemplate property part of the CoverFlow control. You can take look at our HowTo section that demonstrates a sample use of the ItemTemplate.

In this article