maui-controls-deep-dive
Installation
SKILL.md
MAUI Controls Deep Dive
Use this skill when the user is already working with MAUI controls and needs details beyond basic layout guidance. Keep control choices aligned with current MAUI APIs.
Response Checklist
- For list scenarios, prefer
CollectionViewwithEmptyView,RemainingItemsThreshold, and stableAutomationIdhooks. - For edge-to-edge scenarios, call out
.NET 10SafeAreaEdgesvalues. - For
GraphicsView, keepIDrawable.Drawhot-path guidance and add semantic alternatives (SemanticProperties/ accessible companion UI).