English 中文(简体)
控制权的透明背景
原标题:Transparent background for a control
  • 时间:2009-11-10 14:12:41
  •  标签:

I m 开发一个双赢应用程序(使用NET3.5)

我有一份小组控制表,并在内部进行数据网格控制。

I want to have some control ( let s say for the simplicity - a label) to appear in front of the datagridview , and I want this label to be transparent - which means : I want to see the data displayed in the gridview behind .

我只想看到贴在标签上的案文,但并非整个试金字。

The problem is the following : the parent control of the label is not the gridview (since it s not a container control ) . The parent of the label , is the panel control .

因此,当我确定标签是透明的。 我实际上获得了小组的透明度,而不是数据网格。

问题回答

Check out this CodeProject article: How to Use Transparent Images and Labels in Windows Forms

另外,你也可以永远使用全球发展指数(系统)。 吸取教训,只想直接把你想要的东西带到一个透明的小组?

使该小组具有透明度。 它给小组造成任何麻烦,因为你仍然有背后的形式。

还有一个问题警告你。 获胜控制的透明度只是模拟或削弱的,因为当你建立控制时,控制的形式就是一种形象,其背景不是真正透明。 如果这种背景变化或控制在形式上有所改变,就会产生问题。





相关问题
热门标签