以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]CheckedListBox和TreeView显示问题 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=188887) |
-- 作者:di6rsh -- 发布时间:2023/10/28 9:01:00 -- [求助]CheckedListBox和TreeView显示问题 我新建了一个窗口,在其中添加了一个CheckedListBox和一个TreeView,高度都设置为400,其他属性都是默认的,但最终显示时CheckedListBox会比TreeView矮一点,这是什么原因? |
-- 作者:有点蓝 -- 发布时间:2023/10/28 9:19:00 -- 窗口afterload事件 Dim ls As System.Windows.Forms.CheckedListBox = e.Form.Controls("CheckedListBox1").basecontrol ls.IntegralHeight = False |