subbiah
subbiah

Reputation: 115

creating grid lines in list view

how to create grid lines in list view of windows form while designing

Upvotes: 1

Views: 2080

Answers (1)

Ran
Ran

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

Related Questions