Uno Toolkit Progress Extensions

Use ProgressExtensions to toggle all ProgressRing and ProgressBar controls under a sub-visual-tree with a single binding.

unoplatform 53e1814 978 B Updated

File contents

Uno Toolkit Progress Extensions — Agent Skill

Workflow

Step 1: Fetch the ProgressExtensions Documentation

uno_platform_docs_search("Uno Toolkit ProgressExtensions progress bar ring ILoadable async command")

Primary documentation:

uno_platform_docs_search("ProgressExtensions IsActive source loadable progress")

Key Principles (Stable)

  • utu:ProgressExtensions.IsExecuting — attached boolean property on a parent element that toggles all ProgressRing and ProgressBar controls in its sub-visual-tree
  • Acts on ProgressRing.IsActive and ProgressBar.IsIndeterminate properties of descendant controls
  • XAML namespace: xmlns:utu="using:Uno.Toolkit.UI"

Related Skills

  • [[uno-toolkit-loadingview]] — LoadingView for full-content loading states

unoplatform/studio/tree/main/skills/uno-toolkit-progress-extensions commit 53e18148bd

Frequently asked questions

npx skillmds@latest add unoplatform/uno-toolkit-progress-extensions