How do I create a custom table in C#, where i'd be able to set up row titles? Is there a built-in component to do that?
I'm currently migrating from Delphi, where there was a StringGrid component. So I wonder if there's such equivalent in .net.
As for now, I've tried to play DataGridView, but as far as I understood, it lacks row header (title) assignment. Am I missing something?
upd. Here's what actually needed: picture