摘要: 网上搜到很多理论,没有实际的例子,自己尝试写一写 .Net Framework 4.5 VS 2017 WinForm 项目 using System; using System.Collections.Generic; using System.ComponentModel; using Syst 阅读全文
posted @ 2022-01-13 11:45 212的s 阅读(34) 评论(0) 推荐(0)
摘要: //行高至少大于20 public static void SetComboBoxLineHeight(ComboBox list, int itemHeight) { list.DropDownStyle = ComboBoxStyle.DropDownList; list.ItemHeight 阅读全文
posted @ 2022-01-13 11:26 212的s 阅读(148) 评论(0) 推荐(0)
摘要: /// <summary> /// 设置行距 /// </summary> /// <param name="ctl">控件</param> /// <param name="dyLineSpacing">间距,初始值至少大于(font.size+1)*30</param> public stati 阅读全文
posted @ 2022-01-13 11:26 212的s 阅读(502) 评论(0) 推荐(0)