Windows Develop Bookmark and Share   
 index > Windows Forms General > Newbie question: Displaying an n*2 string array in a scrollable table
 

Newbie question: Displaying an n*2 string array in a scrollable table

I have twon-element-long lists of strings that I would like to display on a form, intabular format, side by side. The lists may be very long, so I want the table to be scrollable. Which control do I use - DataGrid? - and how do feed the arrays into it, with C#?
I would appreciate a quick pointer or a helpful link.

Thank you.
Demyan1  Friday, July 18, 2008 9:07 AM
Problem solved: ListView.

Demyan1  Friday, July 18, 2008 9:41 AM
Problem solved: ListView.

Demyan1  Friday, July 18, 2008 9:41 AM

You can use google to search for other answers

Custom Search

More Threads

• Class not registered exception
• My.Settings save
• Richtextbox with color
• WebBrowser Popups Lose Session
• Ellipsis at design time on a winform - possible ?
• Problem trying to print with DefaultPageSettings.Landscape = true;
• Validation Chaino
• Dynamically add text boxes
• passing values across forms
• C#/VB.NET try-catch (Exception Handling)