在c#里面怎么让GroupBox能透视出我设置的背景图片?
4个回答
展开全部
调透明参数试试
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
GroupBox的BackColor属性设置为Transparent
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
for (int i = 0; i < GridView1.Rows.Count; i++)
{
//首先圆中判断是否是数据行
if (e.Row.RowType == DataControlRowType.DataRow)
{
//当鼠标停留时更改背景色
e.Row.Attributes.Add("onmouseover", "慧稿c=this.style.backgroundColor;this.style.backgroundColor='#00A9FF'");
//当鼠标移开时还原背景色
e.Row.Attributes.Add("onmouseout"前腔孝, "this.style.backgroundColor=c");
}
}
}
{
for (int i = 0; i < GridView1.Rows.Count; i++)
{
//首先圆中判断是否是数据行
if (e.Row.RowType == DataControlRowType.DataRow)
{
//当鼠标停留时更改背景色
e.Row.Attributes.Add("onmouseover", "慧稿c=this.style.backgroundColor;this.style.backgroundColor='#00A9FF'");
//当鼠标移开时还原背景色
e.Row.Attributes.Add("onmouseout"前腔孝, "this.style.backgroundColor=c");
}
}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询