Reputation: 115
how to create grid lines in list view of windows form while designing
Upvotes: 1
Views: 2080
Reputation: 6159
Did you try setting the GridLines
property to true?
If this didn't seem to work for you, maybe you need to change the View
property to Details, in order to move the list view to the grid mode.
Upvotes: 4