上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
  2025年7月25日
摘要: DateControls.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr 阅读全文
posted @ 2025-07-25 16:09 dalgleish 阅读(37) 评论(0) 推荐(0)
摘要: IndeterminateProgressBar.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http:// 阅读全文
posted @ 2025-07-25 15:52 dalgleish 阅读(18) 评论(0) 推荐(0)
摘要: 目前Avalonia暂时没有内置RangeSlider,自己实现一个。由于官方的刻度,没有自己画出来,我们单独画出来就行。自行多暴露官方Slider的属性。 RangeSlider类 - 特殊版 public class RangeSlider : ContentControl { private 阅读全文
posted @ 2025-07-25 15:46 dalgleish 阅读(52) 评论(0) 推荐(0)
摘要: SliderTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-25 11:29 dalgleish 阅读(14) 评论(0) 推荐(0)
摘要: ComboBoxTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr 阅读全文
posted @ 2025-07-25 11:00 dalgleish 阅读(49) 评论(0) 推荐(0)
  2025年7月24日
摘要: CheckBoxList.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr 阅读全文
posted @ 2025-07-24 14:33 dalgleish 阅读(56) 评论(0) 推荐(0)
摘要: ImageList.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microso 阅读全文
posted @ 2025-07-24 11:39 dalgleish 阅读(13) 评论(0) 推荐(0)
  2025年7月23日
摘要: TextBoxTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micro 阅读全文
posted @ 2025-07-23 10:50 dalgleish 阅读(15) 评论(0) 推荐(0)
  2025年7月22日
摘要: ExpandableScrollableContent.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http 阅读全文
posted @ 2025-07-22 20:52 dalgleish 阅读(10) 评论(0) 推荐(0)
摘要: MultiDirectionExpanders.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://s 阅读全文
posted @ 2025-07-22 20:46 dalgleish 阅读(10) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页