TreeView本身不支持透明背景,重写WndProc以支持背景图片。using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
using System.ComponentModel;
using System.Runtime.InteropServices;
namespace MyControl
{
/// <summary>
/// Displays a hierarchical collection of labeled items, each represented by a System.Windows.Forms.TreeNode.
/// </summary>
[
//Use the same attibutes as TreeView
DesignerAttribute("System.Windows.Forms.Design.TreeViewDe...