2026年1月19日
摘要:
VariedStyles.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2026-01-19 05:15
dalgleish
阅读(9)
推荐(0)
2026年1月5日
摘要:
CheckBoxList.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2026-01-05 06:54
dalgleish
阅读(18)
推荐(0)
2026年1月4日
摘要:
自定义扩展已经更新,增加了MessageBox类。https://www.cnblogs.com/dalgleish/p/18972924 RadioButtonList.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="h
阅读全文
posted @ 2026-01-04 03:16
dalgleish
阅读(16)
推荐(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
阅读(16)
推荐(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
阅读(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)