2026年1月1日
摘要:
ValidationTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi
阅读全文
posted @ 2026-01-01 08:54
dalgleish
阅读(14)
推荐(0)
2025年12月18日
摘要:
VirtualizationTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2025-12-18 11:28
dalgleish
阅读(12)
推荐(0)
2025年12月17日
摘要:
BindToLinqFilteredCollection.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="htt
阅读全文
posted @ 2025-12-17 12:38
dalgleish
阅读(12)
推荐(0)
2025年12月16日
摘要:
BindToDataSet.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mic
阅读全文
posted @ 2025-12-16 15:05
dalgleish
阅读(13)
推荐(0)
2025年12月14日
摘要:
BindToCollection.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.
阅读全文
posted @ 2025-12-14 10:54
dalgleish
阅读(9)
推荐(0)
2025年12月13日
摘要:
EditProductObject.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas
阅读全文
posted @ 2025-12-13 12:58
dalgleish
阅读(7)
推荐(0)
2025年12月10日
摘要:
(之后不再重复申明)19章中,所有例子都基于https://www.cnblogs.com/dalgleish/p/19331015 BindProductObject.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="ht
阅读全文
posted @ 2025-12-10 13:21
dalgleish
阅读(11)
推荐(0)
摘要:
Category.cs类 using CommunityToolkit.Mvvm.ComponentModel; using System.Collections.ObjectModel; namespace AvaloniaUI.Demos.Book._19.StoreDatabase { pub
阅读全文
posted @ 2025-12-10 13:15
dalgleish
阅读(30)
推荐(0)
2025年12月8日
摘要:
CustomDrawnElementChrome类,用于重写Button类模板。 CustomDrawnElementChrome.cs using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Med
阅读全文
posted @ 2025-12-08 15:43
dalgleish
阅读(10)
推荐(0)
2025年11月30日
摘要:
实现一个CustomDrawnElement类 CustomDrawnElement.cs using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Media; namespace Shares.Av
阅读全文
posted @ 2025-11-30 08:05
dalgleish
阅读(16)
推荐(0)