如何更改 vb.net 2005 中每列的 ListView 列标题的字体?
我有一个列表视图,我想使一列的字体小于另一列的字体以适应表单设计。我该怎么做?
I have a listview and i want to make one column's font smaller than the other column to fit form design. How will i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您自己尝试的话,在 WinForms 中执行此操作至少可以说是困难的。我建议查看类似 ObjectListView 的内容,看看它是否满足您的需求。
PS ObjectListView 信息来自“Winforms 中的自定义 ListView?”问题的答案。
Doing this in WinForms is going to be difficult to say the least if you try it yourself. I'd recommend looking at something like ObjectListView and see if it meets your needs.
P.S. The ObjectListView info came from an answer to the "Custom ListView in Winforms?" question.