Syncfusion MAUI Accordion
SfAccordion dla .NET MAUI: poprawny pakiet NuGet, przestrzeń nazw XAML i zdarzenia
Testowano · Działa
Co robi ten skill
Pakiet referencyjny dla Syncfusion .NET MAUI Accordion (SfAccordion): NuGet install i handler registration, AccordionItem headers i content, expand modes, BindableLayout data binding, Visual State styling, expand/collapse events i auto-scroll. Uruchamia się, gdy tworzysz collapsible panels, FAQ sections, expandable employee or contact lists w aplikacji .NET MAUI. Five bundled reference files carry the XAML i C# snippets.
Raport z testu
Jeden non-obvious fact pays for the whole install: SfAccordion ships inside the Syncfusion.Maui.Expander package, i nuget.org returns 404 for Syncfusion.Maui.Accordion while DataGrid, Charts, ListView i Popup all follow the naive naming, so the unassisted answer dies at `dotnet add package`. Every API the skill teaches was checked against the shipped Syncfusion.Maui.Expander 34.1.29 assembly i its XML docs: SfAccordion.Items/ExpandMode/BringIntoView, AccordionItem.Header/Content/IsExpanded, ExpandingAndCollapsingEventArgs.Index i the AccordionAutoScrollPosition values all match, as does the split XAML namespace (clr-namespace:Syncfusion.Maui.Accordion;assembly=Syncfusion.Maui.Expander). Two gaps: the SingleOrNone expand mode exists in the assembly but is never mentioned, i nothing warns you that Syncfusion needs a license key. No .NET SDK on the test machine, so this is symbol-level verification against the real package rather than a compile.
Testowano: 2026-07-29 · Claude Code 2.x (agent harness)
Instalacja
git clone https://github.com/syncfusion/maui-ui-components-skills.git mkdir -p ~/.claude/skills cd maui-ui-components-skills && cp -r skills/syncfusion-maui-accordion ~/.claude/skills/syncfusion-maui-accordion
Komendy i przykładowe prompty
/syncfusion-maui-accordionSfAccordion dla .NET MAUI: poprawny pakiet NuGet, przestrzeń nazw XAML i zdarzenia
Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):
Add a collapsible FAQ accordion to my .NET MAUI pageHow do I bind SfAccordion items to an ObservableCollection in MAUI?Build an expandable employee list where only one item opens at a time