代码改变世界

随笔档案-2013年09月

WPF 绑定五(本身就是数据源)

2013-09-14 12:37 by 哒不溜, 392 阅读, 收藏,
摘要: xaml: Hello,Good Afternoon! cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documen... 阅读全文

WPF 绑定四(层级绑定)

2013-09-14 12:32 by 哒不溜, 817 阅读, 收藏,
摘要: xaml: cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Wi... 阅读全文

WPF 绑定三(绑定List中指定的字符串)

2013-09-14 12:30 by 哒不溜, 1609 阅读, 收藏,
摘要: xaml: cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Win... 阅读全文

WPF 绑定二(绑定指定的字符串)

2013-09-14 12:27 by 哒不溜, 1245 阅读, 收藏,
摘要: xaml: cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Med... 阅读全文

WPF 绑定一(数据源为控件)

2013-09-14 12:23 by 哒不溜, 915 阅读, 收藏,
摘要: xaml: cs:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Win... 阅读全文