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 .
因此,当我确定标签是透明的。 我实际上获得了小组的透明度,而不是数据网格。