I am trying to create a data visualizer in c# for an array of structures created in a C legacy app. I believe that the best way to do this is to use a winforms dataGridView. I am unable to find any examples here or on the Internet of doing such a thing.
Can anyone either point me to an example, or at least an example of where I might start?