avalonia-data-templates

Installation
SKILL.md

Avalonia Data Templates

Overview

DataTemplates define how a data object is rendered as UI. They apply to:

  • ItemsControl and subclasses (ListBox, TreeView, DataGrid) via ItemTemplate
  • ContentControl and subclasses via ContentTemplate
  • Any Content property — Avalonia walks up the template tree to find a matching DataTemplate

Template matching is by the data object's runtime type. First matching template in scope wins.


Inline DataTemplate

Installs
1
GitHub Stars
39
First Seen
Jul 17, 2026
avalonia-data-templates — linuxdevel/avalonia-skills