SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.SupportsTransparentBackColor, true);
            this.BackColor = Color.Transparent;自定义组件 (继承ListView) 里面设置透明色时加入以下代码,结果是透明了,但是里面的文字也看不到了,请问咋整?