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
350
Is SpinnerBarsBusyAnimationPresenter reuse possible?
posted

Hi,

I'd like to have alike busy indicators in both my window and a XamGrid's cell, so I have tried to use SpinnerBarsBusyAnimationPresenter directly in xaml. I was able to display a spinner, but didn't find a way to make it really spin. Played with some dependency properties, such as AnimatedProgressValue, again with no luck. XamBusyIndicator is too heavy to use as a cell busy indicator i believe, and it doesn't scale well to 16x16 without retemplating, which I'd like to avoid as much as possible.

Is there any way to use SpinnerBarsBusyAnimationPresenter outside of XamBusyIndicator?

Cheers,

Alex