using System;
using System.Windows.Forms;
using System.Drawing;
using System.Runtime.InteropServices;
using Microsoft.WindowsCE.Forms;
namespace ListViewBackground
{
static class Helper
{
// ListView messages
private const int LVM_FIRST = 0x1000;
private const
继承ListView控件,重写OnPaintBackgound 画背景
最新推荐文章于 2023-05-12 17:06:58 发布