C#, ListView icons appear one on another
For same strange reason icons in different groups of my listview appear on top of one another... any ideas what might be causing it?
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. :)
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.
精彩评论