2012年9月17日

metro 下载xml文件

摘要: public class downClass1 { public IStorageFile pResultStorageFile; public async Task<IStorageFile> down() { string CountriesFile = "fruit.xml"; StorageFolder InstallationFolder = Windows.ApplicationModel.Package.Current.InstalledLocation; Storage... 阅读全文

posted @ 2012-09-17 17:41 GIS-MAN 阅读(217) 评论(0) 推荐(0) 编辑

图片360 度旋转

摘要: <Image x:Name="image" HorizontalAlignment="Left" Height="166" PointerEntered="image_PointerEntered_1" PointerExited="image_PointerExited_1" Margin="449,349,0,0" VerticalAlignment="Top" Width="261" Source="http:// 阅读全文

posted @ 2012-09-17 11:58 GIS-MAN 阅读(287) 评论(0) 推荐(0) 编辑

判断gridview 滑动到最右端

摘要: 首先获得girdview 里面的scrollviewer, private ChildType FindVisualChild<ChildType>(DependencyObject obj) where ChildType : DependencyObject { //if (obj != null) //{ for (int i = 0; i < VisualTreeHelper.GetChildrenCount(obj); i++) { Dependen... 阅读全文

posted @ 2012-09-17 11:34 GIS-MAN 阅读(764) 评论(2) 推荐(0) 编辑

关于查找可视树的一点问题

摘要: 不能在pageload时间里面查找 阅读全文

posted @ 2012-09-17 10:44 GIS-MAN 阅读(109) 评论(0) 推荐(0) 编辑

导航