Sudhakar Byna
Sudhakar Byna

Reputation: 129

Cannot find silverlight Busy Indicator Control in Choose Items ToolBox Window

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

enter image description here

How Can I Add silverlight Busy Indicator Control to my ToolBox

Upvotes: 1

Views: 1365

Answers (2)

Farhad Jabiyev
Farhad Jabiyev

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

Rudi Visser
Rudi Visser

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

Related Questions