Hi there. I have a listview called results view. I am setting up a form that keeps track of what literacy centers that students have been at for a whole week. There are 6 centers, so for 5 days that is 30 columns. To help make it easier to read, I was wondering if there was a way to thicken the vertical lines that separate certain columns. For example, can I thicken the line between the first column and the second column? I can adjust the width by going...
With ResultsView
.ColumnHeaders.Add , , "Student Name"
ResultsView.ColumnHeaders(1).Width = 1850
.ColumnHeaders.Add , , "R"
ResultsView.ColumnHeaders(2).Width = 400
End With
End With
But is there a way to thicken or perhaps change the color of the column dividing line to be black?
Thanks!
With ResultsView
.ColumnHeaders.Add , , "Student Name"
ResultsView.ColumnHeaders(1).Width = 1850
.ColumnHeaders.Add , , "R"
ResultsView.ColumnHeaders(2).Width = 400
End With
End With
But is there a way to thicken or perhaps change the color of the column dividing line to be black?
Thanks!