1. 首页
  2. 课程学习
  3. 专业指导
  4. 控制ListView项之间的距离
下载地址
用户评论
码姐姐匿名网友 2019-05-02 23:11:33

[DllImport("User32.dll")] private static extern int SendMessage(int Handle, int wMsg, int wParam, int lParam); const int LVM_FIRST = 0x1000; const int LVM_SETICONSPACING = LVM_FIRST + 53; public static void SetListViewSpacing(ListView lst, int x, int y)

码姐姐匿名网友 2019-05-02 23:11:33

LargeIco的时候,这个代码有用