上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页
  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 阅读(17) 评论(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 阅读(22) 评论(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 阅读(11) 评论(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 阅读(11) 评论(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 阅读(21) 评论(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 阅读(34) 评论(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 阅读(23) 评论(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 阅读(22) 评论(0) 推荐(0)
  2025年11月29日
摘要: 自己写一个WrapBreakPanel类就行了。 WrapBreakPanel.cs using Avalonia; using Avalonia.Controls; using Avalonia.Layout; using System; namespace Shares.Avalonia.Cus 阅读全文
posted @ 2025-11-29 14:08 dalgleish 阅读(15) 评论(0) 推荐(0)
  2025年11月27日
摘要: MaskedTextBoxTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas 阅读全文
posted @ 2025-11-27 10:39 dalgleish 阅读(22) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 28 下一页