开发者

.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

.NET Winform - Multiline listview (see Screenshot)


The Telerik winforms controls appear to have a listbox that supports the above appearance:

.NET Winform - Multiline listview (see Screenshot)

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:

.NET Winform - Multiline listview (see Screenshot)

The full version is more powerful and allows multi-line text even in Details view.


ObjectListView is very powerful, fast, and ts open source

.NET Winform - Multiline listview (see Screenshot)

The project comes with a demo you can play with to achieve your aim

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜