摘要:
using System;using System.Windows.Forms;using System.Runtime.InteropServices;namespace ListViewNav{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ShowBorder(listView1.Handle, false); ShowBorder(listView2.Handle, false); ShowBorder(listView3.Handle, false); } const int G 阅读全文