Horizontal (row) listview
-
I'm wondering if anyone has seen a control for .NET either C#, VB.Net that is the equivilent of the Listview that instead of providing rows in the Downward direction, provides the concept of a Row Horizontally. I need to provide a list of things for the user to edit, but I want to provide it across the screen. If i'm just using the listview incorrectly I'd also like to hear about that. If anyone has any suggestions I would greatly appreciate it. Thanks
-
I'm wondering if anyone has seen a control for .NET either C#, VB.Net that is the equivilent of the Listview that instead of providing rows in the Downward direction, provides the concept of a Row Horizontally. I need to provide a list of things for the user to edit, but I want to provide it across the screen. If i'm just using the listview incorrectly I'd also like to hear about that. If anyone has any suggestions I would greatly appreciate it. Thanks
Do you mean vertical rows? Would the listview's Icon View do the trick for you or do you need to show more data than just an icon and a bit of text? ...Steve