Background track color for ProgressRing
What would you like to be added
A track color/width/border may be added to determinate .
Why is this needed
Otherwise, determinate progress ring would be blank if the value is 0. Current behavior may confuse users, especially when it takes a little time to show a long enough bar.
For which platform
WebAssembly, Android, iOS, Mac Catalyst, Skia (WPF), Skia (Linux X11), Skia (macOS), Skia (Linux Framebuffer), Skia (GTK), Windows (WinAppSDK)
Anything else we need to know?
No response
@ForkBug Thank you for your suggestion. Is this supported with WinUI currently? I see that you selected Windows (WinAppSDK) for platform as well.
@ForkBug Thank you for your suggestion. Is this supported with WinUI currently? I see that you selected Windows (WinAppSDK) for platform as well.
Which property is WinUI using? Is it the "background" property? Current Uno.Gallery shows the track as transparent, or matching the background color.
Ah, I see. I have been making some changes to how the ProgressRing is displayed on Uno targets (https://github.com/unoplatform/uno/pull/18018), but I don’t think Gallery is on the latest versions. Would you be able to test it out with your own project using version 5.4+? Thanks.