WPF中的透明网格 [英] Transparent Grid in WPF

查看:86
本文介绍了WPF中的透明网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使wpf的网格控制透明?我们可以将表达式混合与网格控件一起使用吗?

解决方案

试试这个

 <   DataGrid   

背景 = 透明 RowBackground = 透明 >
< / DataGrid >


How to make a grid control of wpf transparent? Can we use expression blend with Grid Control?

解决方案

Try This

<DataGrid

      Background="Transparent" RowBackground="Transparent">
</DataGrid>


这篇关于WPF中的透明网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆