.NET Winform - Multiline listview (see Screenshot)
How can i create this sort of listview in .NET application , are there any free components on the market that could do that 'out of the b开发者_如何学编程ox' ? Many thanks
The Telerik winforms controls appear to have a listbox that supports the above appearance:
The DropDownList and ListControl are also capable of displaying images, text, multiline text, and rich text by using standard HTML tags, such as < i >, < b >, and < u >.
http://www.telerik.com/products/winforms/dropdown-and-list.aspx#appearance
Better ListView Express allows you to use multiple lines using Tile view (each line is a sub-item) and arbitrary image sizes:
The full version is more powerful and allows multi-line text even in Details view.
ObjectListView is very powerful, fast, and ts open source
The project comes with a demo you can play with to achieve your aim
精彩评论