上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
  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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页