2026年3月22日
摘要:
下一个例子会把这个写成一个style + cs类,这样方便模板调用。 ModernWindow.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006
阅读全文
posted @ 2026-03-22 15:27
dalgleish
阅读(7)
推荐(0)
摘要:
TransparentWithShapes.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://sch
阅读全文
posted @ 2026-03-22 06:50
dalgleish
阅读(4)
推荐(0)
2026年3月21日
摘要:
TransparentBackground.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://sch
阅读全文
posted @ 2026-03-21 09:15
dalgleish
阅读(6)
推荐(0)
2026年3月20日
摘要:
OpenFileTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2026-03-20 08:57
dalgleish
阅读(4)
推荐(0)
2026年3月19日
摘要:
自己写一个Setting类,支持jason,ini格式。直接写入和读取对象,ISettingBackend用于配置加密,压缩等自定义。 using System; using System.Collections; using System.Collections.Concurrent; using
阅读全文
posted @ 2026-03-19 11:19
dalgleish
阅读(7)
推荐(0)
2026年3月18日
摘要:
CenterScreen.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2026-03-18 11:33
dalgleish
阅读(4)
推荐(0)
2026年2月20日
摘要:
DataGridGrouping.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.
阅读全文
posted @ 2026-02-20 12:10
dalgleish
阅读(28)
推荐(0)
2026年2月18日
摘要:
DirectoryTreeView.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas
阅读全文
posted @ 2026-02-18 11:11
dalgleish
阅读(7)
推荐(0)
2026年2月16日
摘要:
BoundTreeView.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mic
阅读全文
posted @ 2026-02-16 10:04
dalgleish
阅读(12)
推荐(0)
2026年2月14日
摘要:
CustomListViewTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2026-02-14 12:27
dalgleish
阅读(9)
推荐(0)