Fork me on GitHub

随笔分类 -  Telerik

摘要:FileDetail.xaml<controls:ChildWindow x:Class="SGSGHome.Views.File.FileDetail" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="clr-namespace:System.Windows.Controls;assembly= 阅读全文
posted @ 2012-11-23 16:09 Nick.Chung 阅读(537) 评论(0) 推荐(0) 编辑
摘要:TicksToTimeSpanConverter.csusing System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using System.Wind 阅读全文
posted @ 2012-11-23 15:56 Nick.Chung 阅读(756) 评论(0) 推荐(0) 编辑
摘要:<telerik:RadTreeListView Margin="3" Name="tv" Grid.Row="2" telerik:StyleManager.Theme="Office_Silver" AutoGenerateColumns="False" IsFilteringAllowed="False" HierarchyColumnIndex="1" RowIndicatorVisib... 阅读全文
posted @ 2012-11-23 15:37 Nick.Chung 阅读(1844) 评论(0) 推荐(0) 编辑
摘要:using Telerik.Windows.Zip; /// <summary> /// 利用telerik的zip库压缩字符串 /// </summary> /// <param name="str"></param> /// <returns></returns> public static string CompressString(string str) { string result = string.Empty; try ... 阅读全文
posted @ 2012-11-12 17:08 Nick.Chung 阅读(181) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using Telerik.Windows.Controls;namespace SGS 阅读全文
posted @ 2012-11-12 17:03 Nick.Chung 阅读(285) 评论(0) 推荐(0) 编辑