简体   繁体   中英

Horizontal scrollbar .NET CF

I'm looking for a widget that supports horizontal scrolling. The widget must hold multiple rows of text.

The ListBox and ListView are ideal for this task, except that they don't support horizontal scrolling.

The TreeView widget supports horizontal scrolling, but it's really slow with adding new rows (nodes). So I'm not a huge fan of it.

I'm using Visual C# with the .NET 3.5 Compact Framework.

Am I missing a property of the used widgets, or is there another suitable widget available?

If you're willing to pay for a control the Resco Smart Grid has the option to have horisontal scroll bars when the columns exceed the width of the control. So you should be able to add one column and use it like a list view.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM