Silverlight 4 wait/spinner control
问题 I'd like to implement a spinner control (something along these lines) in Silverlight 4 to display during pending operations. There are several examples on the web for Silverlight 3 but I'm either unable to compile them into my project or they just flat out display nothing. In addition I'm unable to find any examples specific to Silverlight 4. Can someone please post a sample for Silverlight 4 or a link to one? 回答1: You can use the BusyIndicator. How To Work With Silverlight BusyIndicator?