开发者

Drawing horizontal and vertical lines in listview control

how c开发者_如何学Pythonan I draw horizontal and vertical lines in listview control?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜