如何在View.Tile中动态调整ListView的高度和边框大小?
在 C# Winforms 应用程序中,我有一个 ListView 控件。
我正在使用 View.Tile 模式并遇到两个问题:
- Tile 在一定高度处截断(我没有手动设置任何内容)。如何让它扩展以适合文本?
- 平铺视图不显示边框 - 如何显示边框?或者边界问题与#1有关?我尝试将 GridLines 属性设置为 true 但没有效果。
In a C# Winforms Application I have a ListView control.
I am using the View.Tile mode and have run into two issues:
- The Tile truncates at a certain height (I haven't manually set anything). How do I get it to expand to fit the text?
- The Tile view doesn't show a border - how do I get the border to show? Or is the border issue related to #1? I have tried setting the GridLines property to true but it has no effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 ListView 的 TileSize 属性来更改图块高度。 TileSize
仅限网格线当您的“视图”设置为“详细信息”时有效。 网格线
Try using the TileSize property of the ListView to change your tile height. TileSize
GridLines only works when your View is set to Details. GridLines