如何在View.Tile中动态调整ListView的高度和边框大小?

发布于 2024-09-07 08:04:39 字数 214 浏览 3 评论 0原文

在 C# Winforms 应用程序中,我有一个 ListView 控件。

我正在使用 View.Tile 模式并遇到两个问题:

  1. Tile 在一定高度处截断(我没有手动设置任何内容)。如何让它扩展以适合文本?
  2. 平铺视图不显示边框 - 如何显示边框?或者边界问题与#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:

  1. The Tile truncates at a certain height (I haven't manually set anything). How do I get it to expand to fit the text?
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难以启齿的温柔 2024-09-14 08:04:39
  1. 尝试使用 ListView 的 TileSize 属性来更改图块高度。 TileSize

  2. 仅限网格线当您的“视图”设置为“详细信息”时有效。 网格线

  1. Try using the TileSize property of the ListView to change your tile height. TileSize

  2. GridLines only works when your View is set to Details. GridLines

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文