Creating an empty Silverlight based control
In this section you will build an empty Silverlight based control. The control consists of two parts:
- A custom control
- A Silverlight application
NOTE: This tutorial outlines only the main concepts of creating a Silverlight based control. You can find a full code sample for theCoverFlow control inside the samples project, which is shipped together with Sitefinity SDK.
The section contains the following:
- Creating a custom control
- Creating a Silverlight application
- Hosting the Silverlight application in the custom control