Uno Toolkit Selector Extensions — Agent Skill
Workflow
Docs lookup: call
uno_platform_docs_search(...)first, thenuno_platform_docs_fetch(sourcePath="…")using thesourcePathfield from a result (a relative.mdpath; add the result'sanchorfor a section). Never pass a URL, a.htmllink, or a hand-built path.
Step 1: Fetch the SelectorExtensions Documentation
uno_platform_docs_search("Uno Toolkit SelectorExtensions PipsPager Selector sync FlipView")
Primary documentation page:
- Selector Extensions:
external/uno.toolkit.ui/doc/helpers/Selector-extensions.md
Fetch the page:
uno_platform_docs_fetch(sourcePath="external/uno.toolkit.ui/doc/helpers/Selector-extensions.md")
Key Principles (Stable)
- Only one attached property:
utu:SelectorExtensions.PipsPager - The property must be set on the Selector control (FlipView, ListView), NOT on the PipsPager
- Automatically syncs
NumberOfPagesandSelectedIndexbidirectionally - Swiping the Selector updates the pip; clicking a pip navigates the Selector
- Do not manually set
NumberOfPageson the PipsPager — it is auto-managed - XAML namespace:
xmlns:utu="using:Uno.Toolkit.UI"
Related Skills
- [[uno-toolkit-flipview-extensions]] — Previous/Next buttons for FlipView
- [[uno-toolkit-itemsrepeater-extensions]] — Selection for ItemsRepeater