上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页
  2025年7月10日
摘要: DoubleSplitWindow.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas 阅读全文
posted @ 2025-07-10 14:18 dalgleish 阅读(27) 评论(0) 推荐(0)
摘要: SplitWindow.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micro 阅读全文
posted @ 2025-07-10 14:13 dalgleish 阅读(17) 评论(0) 推荐(0)
摘要: LayoutRoundingTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema 阅读全文
posted @ 2025-07-10 14:05 dalgleish 阅读(19) 评论(0) 推荐(0)
摘要: SimpleGrid.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 14:01 dalgleish 阅读(23) 评论(0) 推荐(0)
摘要: BasicDialogBox.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi 阅读全文
posted @ 2025-07-10 13:49 dalgleish 阅读(41) 评论(0) 推荐(0)
摘要: SimpleDock.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 13:42 dalgleish 阅读(33) 评论(0) 推荐(0)
摘要: SimpleWrap.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 13:34 dalgleish 阅读(20) 评论(0) 推荐(0)
摘要: 扩展中增加了获取当前主窗口的代码 public static Control Current(this Control topLevel) { var mainWindow = (Application.Current?.ApplicationLifetime as IClassicDesktopS 阅读全文
posted @ 2025-07-10 13:16 dalgleish 阅读(48) 评论(0) 推荐(0)
  2025年7月9日
摘要: 扩展请参考 https://www.cnblogs.com/dalgleish/p/18972924 NonCompiledXaml.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.micro 阅读全文
posted @ 2025-07-09 13:32 dalgleish 阅读(666) 评论(0) 推荐(5)
  2025年7月8日
摘要: Avalonia配置,参考https://www.cnblogs.com/dalgleish/p/18967204 随时更新,目前已支持多个cs文件动态编译。 AvaloniaExtensions.cs代码 using Avalonia; using Avalonia.Controls; using 阅读全文
posted @ 2025-07-08 14:10 dalgleish 阅读(236) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页