2026年1月4日
摘要:
自定义扩展已经更新,增加了MessageBox类。https://chuna2.787528.xyz/dalgleish/p/18972924 RadioButtonList.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="h
阅读全文
posted @ 2026-01-04 03:16
dalgleish
阅读(17)
推荐(0)
2026年1月2日
摘要:
自己写一个ObjectDataProvider类 ObjectDataProvider.cs代码 using CommunityToolkit.Mvvm.ComponentModel; using System; using System.Collections; using System.Coll
阅读全文
posted @ 2026-01-02 08:00
dalgleish
阅读(17)
推荐(0)
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
阅读(15)
推荐(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
阅读(13)
推荐(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
阅读(13)
推荐(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
阅读(14)
推荐(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
阅读(8)
推荐(0)
2025年12月10日
摘要:
(之后不再重复申明)19章中,所有例子都基于https://chuna2.787528.xyz/dalgleish/p/19331015 BindProductObject.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="ht
阅读全文
posted @ 2025-12-10 13:21
dalgleish
阅读(13)
推荐(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
阅读(31)
推荐(0)