Sunny
|
5d55924dba
|
* 重构主题
|
2023-11-06 14:08:09 +08:00 |
|
Sunny
|
83caee295e
|
* 重构全局字体设置逻辑,以期可以在程序运行时设置全局字体
|
2023-08-29 16:03:00 +08:00 |
|
Sunny
|
2798c6d59a
|
* UIDataGridView: 修复了有冻结行时垂直滚动条点击时出错的问题
|
2023-07-12 10:01:33 +08:00 |
|
Sunny
|
b95d430599
|
* UIGroupBox: 解决BackColor,FillColor设置为透明时,标题下面会出现横线
|
2023-07-11 23:25:36 +08:00 |
|
Sunny
|
525cc8fd27
|
* UIDataGridView: 增加了可设置水平滚动条宽度的属性,但可能会遮挡最下面数据行的数据,看情况使用
|
2023-06-28 17:32:50 +08:00 |
|
Sunny
|
7ae4bb613d
|
* 重构字体
|
2023-05-25 10:51:41 +08:00 |
|
Sunny
|
90b7b4b92b
|
* UIPage: 增加PageDeselecting,取消页面选择时增加判断
|
2023-02-24 17:13:57 +08:00 |
|
Sunny
|
438b1cd0c7
|
* UIDataGridView: 加了一个简洁显示的模式
|
2023-02-19 21:06:23 +08:00 |
|
Sunny
|
b2b3e5a95c
|
2012-2022
|
2023-01-07 18:12:33 +08:00 |
|
Sunny
|
ec6a9d5f57
|
* UIDataGridView: 增加可重载的函数
|
2023-01-05 22:12:52 +08:00 |
|
Sunny
|
5ba7bf809f
|
* UIDataGridView: 增加了可设置垂直滚动条宽度的属性
|
2022-10-14 16:44:38 +08:00 |
|
Sunny
|
55fe87d8f3
|
* UIDataGridView: 修复了ScrollBars为None时仍然显示滚动条的问题
* UIDataGridView: 修复了单行时表格高度低时,垂直滚动条拖拽至底部出错的问题
|
2022-07-29 10:21:21 +08:00 |
|
Sunny
|
3d3b28e446
|
* UIDataGridView: 增加滚动条边框线的设置
|
2022-07-11 23:22:32 +08:00 |
|
Sunny
|
b84bbf9185
|
* UIDataGridView: 修复一处滚动条的显示位置
|
2022-07-11 17:48:52 +08:00 |
|
Sunny
|
77a3b86e4b
|
* 增加XML文档文件
|
2022-06-27 17:06:11 +08:00 |
|
Sunny
|
a471882183
|
* 增加XML文档文件
|
2022-06-24 15:04:08 +08:00 |
|
Sunny
|
98d8681698
|
* 增加XML文档文件
|
2022-06-23 23:27:55 +08:00 |
|
Sunny
|
da85d3ee34
|
* UIDataGridView: 删除 ShowRect、ShowGridLine、RowHeight三个属性
|
2022-06-22 21:33:50 +08:00 |
|
Sunny
|
7770fc8d3d
|
* UIDataGridView: 恢复几个原生属性:
隐藏 ShowRect, 设置原生属性:BorderStyle = BorderStyle.FixedSingle;
隐藏 ShowGridLine, 设置原生属性:CellBorderStyle = DataGridViewCellBorderStyle.Single;
隐藏 RowHeight, 用 SetRowHeight() 代替,或设置原生属性:AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.None,RowTemplate.Height 设置为高度
|
2022-06-11 12:54:26 +08:00 |
|
Sunny
|
e415486a50
|
* UIDataGridView: 不再判断DataSource绑定List为空,出现”索引-1没有值“用户自行判断
|
2022-06-10 17:59:38 +08:00 |
|
Sunny
|
cf2c4acd01
|
* 修改了控件属性注释
|
2022-05-26 11:03:06 +08:00 |
|
Sunny
|
82355a3cda
|
* UIDataGridView: ShowGridLine属性更新
|
2022-05-02 16:54:07 +08:00 |
|
Sunny
|
4dc4636c69
|
* UIDataGridView: 解决原生控件DataSource绑定List,并且List为空,出现”索引-1没有值“错误
|
2022-04-26 14:44:23 +08:00 |
|
Sunny
|
9e48c68f62
|
V3.1.5
|
2022-04-17 23:34:44 +08:00 |
|
Sunny
|
95776600e3
|
* UIComboDataGridView: 增加行多选
|
2022-04-16 23:06:58 +08:00 |
|
Sunny
|
6a1619e263
|
* UIDataGridView: 增加滚动条的颜色设置
|
2022-04-16 21:19:31 +08:00 |
|
Sunny
|
8beb5042ca
|
* UINavBar, UINavMenu: 重构扩展函数
|
2022-04-14 17:18:45 +08:00 |
|
Sunny
|
b50a56da5a
|
重构窗体缩放
|
2022-04-11 13:18:21 +08:00 |
|
Sunny
|
1580848281
|
* 控件缩放部分代码修改
|
2022-04-07 17:49:50 +08:00 |
|
Sunny
|
696c36c9e9
|
* UIStyle: 增加属性以期控件跟随窗体缩放
|
2022-04-07 16:13:17 +08:00 |
|
Sunny
|
188151b58a
|
* UIForm: 增加了查找页面的方法
|
2022-03-28 15:39:08 +08:00 |
|
Sunny
|
519f5e9e09
|
* 重构主题配色代码
|
2022-03-21 23:25:57 +08:00 |
|
Sunny
|
1ab06414ae
|
* 重构主题配色代码,删除部分主题
- UIComboboxEx: 删除
- UITitlePage: 删除
|
2022-03-20 17:16:40 +08:00 |
|
Sunny
|
fd70439508
|
* UIDataGridView: 更新DPI缩放对控件的适配
|
2022-03-17 22:31:09 +08:00 |
|
Sunny
|
6bf1643a3b
|
* UISplitContainer: 更新按钮刷新
|
2022-03-16 15:10:14 +08:00 |
|
Sunny
|
b3bc0cdc65
|
设置DGV索引,暂存
|
2022-03-01 23:04:17 +08:00 |
|
Sunny
|
afd9b059da
|
* UIDataGridView: 更新单选时选中值SelectedIndex值
|
2022-02-27 22:04:59 +08:00 |
|
Sunny
|
dd15808c62
|
* UIDataGridView: 更新单选时选中值SelectedIndex值
|
2022-01-21 09:52:05 +08:00 |
|
jpf6592746
|
daec2b268c
|
UIComboDataGridView目前默认selectedIndex=-1,修改:如有数据设置selectedIndex=0,点击清除按钮后设置为-1并取消选择的行
|
2022-01-11 15:46:32 +08:00 |
|
Sunny
|
9f7dfd3f23
|
Version 3.1.0
|
2022-01-05 21:57:47 +08:00 |
|
Sunny
|
f435956522
|
* 更新版权文字
|
2022-01-02 12:32:50 +08:00 |
|
Sunny
|
6e25a650af
|
* UIStyle: 更改全局字体引用方法
|
2022-01-02 12:19:45 +08:00 |
|
Sunny
|
ebf5a36fd5
|
* UIDataGridView:增加一个可能出错的判断
|
2021-11-03 22:41:11 +08:00 |
|
Sunny
|
c9bb1b0faf
|
* IsScaled属性设置为不可见
|
2021-10-20 22:38:37 +08:00 |
|
Sunny
|
4c8d722ce6
|
* UIStyle: 增加系统DPI缩放自适应
* UIStyleManager: 增加系统DPI缩放自适应
|
2021-10-16 20:39:12 +08:00 |
|
Sunny
|
9b38d5a32a
|
* 更新各个文档的修改日志至20210817
|
2021-08-17 16:55:01 +08:00 |
|
Sunny
|
d040187d82
|
* ISytle:调整主题切换执行流程
|
2021-07-15 15:35:38 +08:00 |
|
Sunny
|
c3117578fd
|
* UIDataGridView:自定义单元格颜色
|
2021-06-27 23:07:30 +08:00 |
|
Sunny
|
c35971a016
|
* UIDataGridView:增加了一个RowHeight,默认23
|
2021-05-22 21:46:05 +08:00 |
|
Sunny
|
3c50b21fb3
|
* UIDataGridView:设置数据行头部颜色
|
2021-04-29 18:12:24 +08:00 |
|