views:

61

answers:

1

hi,

how can draw line in listview control like horizontal and vertical?

advance wishes..

A: 

What language are using the listview control in?

If it is in .NET you can just turn on grid lines

listView1.GridLines = true;

If it's not .NET more info is needed, I used .NET / C# as an example as that is what I am most familiar with using.

Cory

related questions