Fhjun.Controls
1.0.13
dotnet add package Fhjun.Controls --version 1.0.13
NuGet\Install-Package Fhjun.Controls -Version 1.0.13
<PackageReference Include="Fhjun.Controls" Version="1.0.13" />
paket add Fhjun.Controls --version 1.0.13
#r "nuget: Fhjun.Controls, 1.0.13"
// Install Fhjun.Controls as a Cake Addin #addin nuget:?package=Fhjun.Controls&version=1.0.13 // Install Fhjun.Controls as a Cake Tool #tool nuget:?package=Fhjun.Controls&version=1.0.13
UI组件,包含常用控件、转换器、附加属性、图标等
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Fhjun.Core (>= 1.0.7)
- HandyControl (>= 3.4.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fhjun.Controls:
Package | Downloads |
---|---|
Fhjun.Charts
包装的lightningChart.NET的图谱控件,包含折线图、柱状图、瀑布图、3D柱状图、3D曲面图 |
|
Fhjun.Controls.Extension
UI扩展组件,包含使用说明窗口等 |
GitHub repositories
This package is not used by any popular GitHub repositories.
V1.0.13 2024-10-31
1.增加颜色画刷操作类ColorHelper,支持颜色反转、变量、变暗和HSB互转;
2.增加转换器brRev/brLight/brDark,对应画刷反转、变量、变暗;
3.BaseView支持设置窗口SizeToContent,MaxWidth, MaxHeight;
V1.0.12 2024-01-30
1.controls添加进度遮罩ProgressAdorner,可用附加属性AP.ProgressAdorner和异步进度命令ProgressRelayCommand配合使用;
2.修改日志控件样式;
3.增加快速输入框this.TryInput,可简单确认输入字符串、bool、数值、枚举、日期类型;
4.增加文件或字符串拖动附加属性AP.Drop可绑定到textbox等
5.增加文件选择对话框FileSelectBox;
V1.0.11 2024-01-06
1.添加截图方法;
V1.0.10 2023-12-21
1.添加表格树控件;
V1.0.9 2023-12-12
1.VM加载只加载dll,而不是任意文件;
V1.0.8 2023-11-21
1.只保留net6.0版本,增加了replycommmand和messageer的定义;
V1.0.7 2023-10-10
1.增加了AP中附加属性BindingEnumType,支持ComboBox绑定枚举类型
V1.0.6 2023-9-24
1.完善BaseView和BaseViewModel,load事件不会重复触发。
V1.0.5 2023-9-18
1.增加了AP中附加属性SelectedItems,支持CheckComboBox的选择列表绑定,ViewModel中的选择对象为IList
V1.0.4 2023-9-9
1.增加了AP中附加属性HideSearchBarProperty和CustomPropertyResolverProperty,支持Propertygrid的隐藏搜索框和自定义编辑器注册;
V1.0.3 2023-9-7
1.增加了AP中附加属性ContextMenuFilterProperty和SelectedItemProperty,支持TreeView的右键菜单筛选和选中项双向绑定;
V1.0.2 2023-9-6
1. 新增doubletostring的converter;
2.增加根据名称显示BaseView的接口;