If you're building .NET MAUI apps and need to show lists or grids of data, this is your go-to reference. It covers the full CollectionView API: basic setup with ItemTemplate, switching between list and grid layouts, handling selection (single and multiple with visual states), grouping data with headers, pull-to-refresh, incremental loading for infinite scroll, and swipe actions. The guidance is practical about when not to use it too, like static layouts where a plain Grid makes more sense, or when BindableLayout would suffice. One thing to watch: incremental loading only works with virtualizing layouts, so don't try it with BindableLayout hacks. The RelativeSource binding examples for commands inside DataTemplates are especially useful since that trips people up constantly.
npx -y skills add dotnet/skills --skill maui-collectionview --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents
kotlin/kotlin-agent-skills