开发者

Drawing horizontal and vertical lines in listview control

开发者 https://www.devze.com 2022-12-08 21:40 出处:网络
how c开发者_如何学Pythonan I draw horizontal and vertical lines in listview control?What language are using the listview control in?

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

精彩评论

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