mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-25 02:46:36 +08:00
* fix: update ValueMemberBinding syntax for AutoCompleteBox components. * chore: remove AvaloniaUseCompiledBindingsByDefault property from project files. * ci: upgrade draft release version.
Semi.Avalonia.TreeDataGrid
Avalonia TreeDataGrid Theme inspired by Semi Design
This package provides Semi Design theming for the Avalonia TreeDataGrid control.
Installation
dotnet add package Semi.Avalonia.TreeDataGrid
Prerequisites
This package requires the main Semi.Avalonia theme to be installed:
dotnet add package Semi.Avalonia
Usage
Include the TreeDataGrid theme in your application:
<Application
...
xmlns:semi="https://irihi.tech/semi">
<Application.Styles>
<semi:SemiTheme Locale="zh-CN" />
<semi:TreeDataGridSemiTheme />
</Application.Styles>
</Application>