上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: <Window x:Class="WpfDemo.BindingConverterDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com 阅读全文
posted @ 2021-07-29 16:46 zq爱生活爱代码 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfDemo.RelativeSourceDemo" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2021-07-29 16:44 zq爱生活爱代码 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 函数wm_concat(列名),该函数可以把列值以","号分隔起来,并显示成一行,接下来上例子,看看这个神奇的函数如何应用准备测试数据 create table test(id number,name varchar2(20)); insert into test values(1,'a'); in 阅读全文
posted @ 2021-07-29 09:44 zq爱生活爱代码 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 创建对象赋给 ObjectInstance属性,但是我们也可以交给 XAML来创建对象 然后会根据 MethodName 来指定具体方法,见上面的代码 阅读全文
posted @ 2021-07-25 22:55 zq爱生活爱代码 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-25 22:27 zq爱生活爱代码 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-25 22:11 zq爱生活爱代码 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1. 绑定CLR对象属性 2.绑定控件属性 3.获取字符串指定字符的值 4.显示集合子元素的属性 5.绑定基本数据类型的值 6.没有指定Path,Binding会把控件的DataContext当做自己的Source 7.通过 ElementName指定source,也可以把控件本身赋给Source 阅读全文
posted @ 2021-07-24 05:18 zq爱生活爱代码 阅读(60) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfDemo.LAY_OUT_GRID" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2021-07-24 04:27 zq爱生活爱代码 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-24 04:24 zq爱生活爱代码 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-24 03:59 zq爱生活爱代码 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页