摘要: https://github.com/xiejiang2014/XieJiang.Gantt.Avalonia Gantt chart component for AvaloniaUI(UNDER CONSTRUCTION). 阅读全文
posted @ 2025-02-02 21:15 xiejiang 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 在 Prism.Avalonia 自带的 Demo 中,执行页面切换时,页面是瞬间切换的. 本例子中实现了在页面切换时执行页面的进/出动画. 代码地址: https://github.com/xiejiang2014/NavigationAnimationForPrism.Avalonia 阅读全文
posted @ 2024-12-09 10:47 xiejiang 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 本文发布于 https://www.cnblogs.com/8u7tgyjire7890/p/18254045 最近发现看 bilibli 视频时,电脑风扇狂转,坐在旁边一股热气扑面. 也在网上找了一些方法(https://www.bilibili.com/read/cv15214861/),但好像 阅读全文
posted @ 2024-06-18 11:44 xiejiang 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 来源: https://github.com/AvaloniaUI/Avalonia/discussions/13697 2024-3-9 实测可用 1 public MainWindow() 2 { 3 InitializeComponent(); 4 RequestAnimationFrame( 阅读全文
posted @ 2024-03-09 00:37 xiejiang 阅读(81) 评论(0) 推荐(0) 编辑
摘要: VM代码: V代码(版本1): 没有指定DataContext的类型, 所以下面的绑定并不知道P1和P3到底是什么, 也就无法在代码编辑时检测出绑定是否正确. 如果写错了,只能等到程序运行并打开这个窗口时报错才能知道. V代码(版本2): 通过d:DataContext指定了DataContext的 阅读全文
posted @ 2023-10-04 15:46 xiejiang 阅读(1676) 评论(0) 推荐(0) 编辑
摘要: 1 <Style TargetType="{x:Type Thumb}"> 2 <Setter Property="Stylus.IsPressAndHoldEnabled" Value="false"/> 3 <Setter Property="Background" Value="{Dynami 阅读全文
posted @ 2023-08-16 15:05 xiejiang 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 本文发布于:https://www.cnblogs.com/8u7tgyjire7890/p/17545599.html 原始代码来自于 Avalonia 示例程序 https://github.com/AvaloniaUI/Avalonia/blob/master/samples/ControlC 阅读全文
posted @ 2023-07-11 18:15 xiejiang 阅读(1860) 评论(1) 推荐(1) 编辑
摘要: 本文发布于 https://www.cnblogs.com/8u7tgyjire7890/p/17090763.html 转载请注明. 开发环境准备 原始文档:https://docs.avaloniaui.net/docs 本文仅摘要关键部分 安装 VS2022 安装 VS插件 Avalonia 阅读全文
posted @ 2023-04-09 20:32 xiejiang 阅读(5507) 评论(0) 推荐(1) 编辑
摘要: 闭包的产生: 理解C#中的闭包 - 黑洞视界 - 博客园 (cnblogs.com) 通过 dotMemory 查看闭包造成的内存负担: What Do These …+c… Classes Do in my Memory Snapshots? | The .NET Tools Blog (jetb 阅读全文
posted @ 2023-03-29 10:22 xiejiang 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 首先win7要满足以下条件 https://www.cnblogs.com/densen2014/p/16954059.html 然后检查程序目录中是否存在一个名为 [程序名称].staticwebassets.runtime.json 的文件.如果有,那么将其删除后再试试. 阅读全文
posted @ 2023-01-01 02:45 xiejiang 阅读(269) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示