Reputation: 129
I have Installed the Silverlight 5 SDK and I am Trying to Add silverlight Busy Indicator Control to my ToolBox.But I cant Find it in Choose Items ToolBox Window
How Can I Add silverlight Busy Indicator Control to my ToolBox
Upvotes: 1
Views: 1365
Reputation: 26655
BusyIndicator exist in the System.Windows.Controls.Toolkit assembly. You must download and install Silverlight 5 Toolkit. After that BusyIndicator must be appeared in ToolBox Window. Also you can get source codes of Toolkit components.
Silverlight 5 Toolkit download link
Here is the direct link to source code
Upvotes: 4
Reputation: 21989
The Busy Indicator is in the Silverlight Toolkit, not the default Silverlight 5 SDK.
If you download, install, and reference that in your project, you will be able to access System.Windows.Controls.Toolkit.BusyIndicator
.
Download Silverlight 5 Toolkit here.
Upvotes: 3