Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在表单上有一个checkedlistbox 控件。multicolumn 属性在设计时设置为 true,因为项目应该水平显示。 当我运行表单并单击最后一项时,所有项目都向左移动了一点,这很尴尬。
为什么会发生这种情况以及可以采取哪些措施来阻止这种行为。
我在 Win7 Regards 上使用 VS 2008。
大家好,设置checkedListBox 控件的ColumnWidth 属性可以解决这个问题。我不知道这是否是解决方案,但它似乎可以正常工作。
也许它与滚动条所需的空间有关。 也许您可以尝试禁用/强制水平/垂直滚动条,看看这是否改变了什么