开发者

C#, ListView icons appear one on another

开发者 https://www.devze.com 2023-02-16 14:49 出处:网络
For same strange reason icons in different groups of my listview appear on top of one another... any ideas what might be causing it?

For same strange reason icons in different groups of my listview appear on top of one another... any ideas what might be causing it?

C#, ListView icons appear one on another

Thanks!

edit: no, originally the view was set to SmallIcons. When I try setting it to Details, it looks perfect, only the na开发者_如何学编程mes get cut short. :)

C#, ListView icons appear one on another


Being forced to guess with no repro steps whatsoever, I'd say you used View = Tile and made the TileSize property value too small. If that's not it, copy and paste the content of InitializeComponent() from the form's Designer.cs file into your post.

0

精彩评论

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