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.