09 2012 档案

metro 里面自定义双面控件,正方面的
摘要:先看generic。XAMLView Code <Style TargetType="local:CustomControl1"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="local:CustomControl1"> <Grid> <VisualStateManager.VisualStateGroups> ... 阅读全文

posted @ 2012-09-24 09:39 GIS-MAN 阅读(191) 评论(0) 推荐(0)

WPF异步载入图片,附带载入中动画
摘要:http://www.cnblogs.com/Soar1991/archive/2012/09/16/WebImageList.html 阅读全文

posted @ 2012-09-18 09:52 GIS-MAN 阅读(167) 评论(0) 推荐(0)

Windows 8 Metro 应用开发入门(三):工具栏和对话框
摘要:http://www.cnblogs.com/solan/archive/2012/09/18/Win8Metro03.htmlWindows 8 Metro 应用开发入门(三):工具栏和对话框摘 要Metro UI与Windows Phone一样在提供了布局在屏幕下文的应用程序工具栏BottomAppBar,由于平板设备特有的应用,Metro UI还提供了布局在屏幕上方的导航栏TopAppBar。另外,Metro UI还提供了独特的对话框。这一章我们来介绍一下工具栏与导航栏的应用,最后再介绍一下弹出对话框。第1节 BottomAppBar应用程序工具栏BottomAppBar默认是隐藏在屏幕 阅读全文

posted @ 2012-09-18 09:40 GIS-MAN 阅读(265) 评论(0) 推荐(0)

Windows 8 Metro 应用开发入门(二):Metro App的几个新控件
摘要:http://www.cnblogs.com/solan/archive/2012/09/17/Win8Metro02.html基于Silverlight开发Metro App可以使用Silverlight原生的控件,为了更好的开发Metro App,控件库又专门增加了几个新的控件,如:GridView、Flipview、ProgressRing、SemanticZoom和VariableSizedWrapGrid等,这些控件为平板设备提供了良好的触控体验,这一章我们来介绍一下这几个控件的简单用法。第1节 GridViewGridView是以网格样式展现一组数据,在Web开发中就已经存在,主要 阅读全文

posted @ 2012-09-18 09:35 GIS-MAN 阅读(339) 评论(0) 推荐(0)

快速入门:添加 SemanticZoom 控件(使用 C#/VB/C++ 和 XAML 的 Metro 风格应用)
摘要:http://msdn.microsoft.com/zh-cn/library/windows/apps/hh781234.aspx 阅读全文

posted @ 2012-09-14 08:57 GIS-MAN 阅读(301) 评论(0) 推荐(0)

如何在列表或网格中分组项(使用 C#/VB/C++ 和 XAML 的 Metro 风格应用)
摘要:http://msdn.microsoft.com/zh-cn/library/windows/apps/hh780627.aspx源码 阅读全文

posted @ 2012-09-13 16:27 GIS-MAN 阅读(116) 评论(0) 推荐(0)

负载,存储和显示大集的数据有效(Windows Store的应用程序使用C#/ VB / C + +和XAML)
摘要:http://msdn.microsoft.com/zh-cn/library/windows/apps/hh994637.aspx 阅读全文

posted @ 2012-09-13 16:17 GIS-MAN 阅读(86) 评论(0) 推荐(0)

手势
摘要:手势 – 让触控语言成为应用的一部分我们都对手势很熟悉;许多用户想都不想就知道在 Web 浏览器上平移和通过点击来启动应用。对于我们来说,手势是 Windows 8 交互语言的一种表达形式。通过手势可以获取用户输入,并将输入映射到应用和系统中的自然操作。手势输入显然是构建在指针之上。许多应用都是使用手势的对象,处理点击、平移和缩放,而与相关的原始指针数据关系不大,只是传递这些数据进行手势检测。再考虑一下输入平台的层次,每一个级别都支持一组一致的手势,这些手势正好反映了 Windows 8 交互语言。在大多数情况下,您不需要教导用户学习新的概念,他们就会使用您的应用。 图 3:Windows 8 阅读全文

posted @ 2012-09-12 11:37 GIS-MAN 阅读(956) 评论(0) 推荐(0)

webview
摘要:WebView is not a Control subclass and thus does not have a control template. The display area is the Width and Height.WebView has the characteristic that other UI regions such as controls cannot be rendered on top of the WebView. This is because of how window regions are handled internally, particul 阅读全文

posted @ 2012-09-07 14:32 GIS-MAN 阅读(370) 评论(0) 推荐(0)

Windows Store 数据存储
摘要:http://www.cnblogs.com/youhui/archive/2012/05/19/2509308.html 阅读全文

posted @ 2012-09-07 10:22 GIS-MAN 阅读(78) 评论(0) 推荐(0)

导航