开发者

How to dynamically size the height and border of a ListView in View.Tile?

In a C# Winforms Application I have a ListView control.

I am usin开发者_如何学Cg 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.


  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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜