Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
SpinnerSegmentedBusyAnimationPresenter missing
posted

I used the Samples Browser to generate a style for a busy indicator.  Everything works except for the following and VS is saying the ig:SpinnerSegmentedBusyAnimationPresenter does not exist.  ig is set to xmlns:ig="http://schemas.infragistics.com/xaml" and the rest of the references lik to ig:XamBusyIndicator work fine.

<Style TargetType="{x:Type ig:SpinnerSegmentedBusyAnimationPresenter}" BasedOn="{StaticResource {x:Type ig:SpinnerSegmentedBusyAnimationPresenter}}">
<Setter Property="Height" Value="217" />
<Setter Property="Width" Value="217" />
</Style>

  • 34430
    Verified Answer
    Offline posted

    Hello AE,

    I have been investigating into this behavior, and the "BusyAnimationPresenter" classes have since had a namespace change. They now exist in the "igPrim" namespace pointing at xmlns:igPrim="http://schemas.infragistics.com/xaml/primitives". If you define this namespace and write the Style to target the SpinnerSegmentedBusyAnimationPresenter using this instead, you should be able to resolve that type.

    The issues related to the Samples Browser are known and have been resolved internally to reflect the correct namespace definition.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer