I have a DGV with columns "code" and "name".
Depends of lenght of a code I want to add tabulation to the "name" cells, to show structure of a data.
Like that in this picture:
How is it better to do? I think there is a better way then just loop for all rows and add spaces in front of names, right?