Rated 2 Stars (out of 5) - I can use the dll in general. However, I have a problem with BusyIndicator. Based on Usage as follows:
Add namespace:
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
Default Settings:
<xctk:BusyIndicator IsBusy="True" >
<ContentControl Style="{StaticResource SampleContent}"/>
</xctk:BusyIndicator>
I got the error message: "The name 'BusyIndicator' does not exist in the Namespace "http://schemas.xceed.com/wpf/xaml/toolkit".'
One of the possible reasons why could be that the BusyIndicator was moved out of the .dll. I wish the author or someone else would help.
↧