hi,
how can draw line in listview control like horizontal and vertical?
advance wishes..
hi,
how can draw line in listview control like horizontal and vertical?
advance wishes..
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.