简体   繁体   中英

ProgressBar Indeterminate AutoReverse code sample

Does anyone have a good example of an IsIndeterminate = True progress bar with the following behavior. We want the bar to be of some specific length say maybe 300 pixels. Then within the bar we want a smaller bar about 30 pixels wide that slides back and forth. The bar should move from the left to the right, "bounce" off the right end and then right to left, repeat. I assume that we need to set RepeatBehavior to Forever and AutoReverse to True but am unsure on how to style this widget.

A progress bar is to convey the status of aa task.

I think you are looking for StoryBoard.

Storyboard Class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM