摘要:最近给在给Zenprise公司开发Zenprise Web Client 软件。用Silverlight实现,看图吧:
阅读全文
posted @ 2008-10-24 09:55
文章分类 - silverlight2.0
摘要:最近给在给Zenprise公司开发Zenprise Web Client 软件。用Silverlight实现,看图吧:
阅读全文
posted @ 2008-10-24 09:55
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows...
阅读全文
posted @ 2008-05-29 15:00
摘要:转换器 必须继承IValueConverter接口 xaml中: 先定义资源: 完后binding: Text="{Binding StartDate, Converter={StaticResource dateConverter}}" 代码中要实现: public class DateTimeConverter : IValueConverter { p...
阅读全文
posted @ 2008-05-29 14:54
摘要:1 void CreditList_PreparingRow(object sender, DataGridRowEventArgs e) 2 { 3 4 TextBlock btn = this.CreditList.Columns[3].GetElement(e.Row) as TextBlock; 5 ...
阅读全文
posted @ 2008-05-23 09:22
|
||