随笔分类 -  Windows Store Apps

摘要:重新想象 Windows 8 Store Apps 之 控件 UI: 字体继承 - 继承父辈的 Font 相关的信息, Style - 样式, ControlTemplate - 控件模板, 系统资源 - 系统内置的样式资源, VisualState - 视图状态, VisualStateManager - 视图状态管理器 阅读全文
posted @ 2013-03-28 08:31 webabcd 阅读(2981) 评论(2) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 控件 UI: RenderTransform - 变换(用于做位移,旋转,缩放,扭曲等变换), Projection - 映射, Clip - 剪裁并显示 UIElement 的指定区域, UseLayoutRounding - 是否使用完整像素布局 阅读全文
posted @ 2013-03-25 08:48 webabcd 阅读(2491) 评论(6) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之 SemanticZoom: 演示 SemanticZoom 的应用, 通过 ISemanticZoomInformation 接口实现自定义 SemanticZoom 的 View 阅读全文
posted @ 2013-03-21 09:09 webabcd 阅读(2862) 评论(8) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 GridView: 拖动项 - 在 GridView 内拖动 item 以对 item 排序, 拖动 item 到 GridView 外的指定位置以删除 item; 项尺寸可变 - 指定 GirdView 中每个 item 所占尺寸; 分组显示 - 分组显示集合数据 阅读全文
posted @ 2013-03-18 08:48 webabcd 阅读(4002) 评论(44) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之 ListView 和 GridView: ListView - 列表控件, GridView - 网格控件 阅读全文
posted @ 2013-03-14 08:14 webabcd 阅读(5004) 评论(25) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之 ScrollViewer: Chaining - 锁链, Rail - 轨道, Inertia - 惯性, Snap - 对齐, Zoom - 缩放 阅读全文
posted @ 2013-03-11 08:38 webabcd 阅读(3982) 评论(49) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 ScrollViewer: 演示 ScrollViewer 的基本应用, 演示 ScrollBar 的基本应用, 演示 ScrollContentPresenter 的基本应用 阅读全文
posted @ 2013-03-07 08:27 webabcd 阅读(5531) 评论(14) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之 WebView: 演示 WebView 的基本应用, 演示 WebView 如何与 JavaScript 交互, 通过 Share Contract 分享 WebView 中的内容, 如何全屏 WebView 阅读全文
posted @ 2013-03-04 09:01 webabcd 阅读(5719) 评论(33) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之布局控件: Canvas - 绝对定位式布局, Grid - 网格式布局, StackPanel - 流式布局, VirtualizingStackPanel - 仅能用于 ItemsControl, WrapGrid - 仅能用于 ItemsControl, VariableSizedWrapGrid - 用于 Wrap 子元素集合 阅读全文
posted @ 2013-01-28 08:26 webabcd 阅读(3365) 评论(2) 推荐(1) 编辑
摘要:重新想象 Windows 8 Store Apps 之媒体控件: Image - 图片控件, MediaElement - 播放视频或音频的控件 阅读全文
posted @ 2013-01-24 08:16 webabcd 阅读(4454) 评论(16) 推荐(3) 编辑
摘要:重新想象 Windows 8 Store Apps 之集合控件: ComboBox - 下拉框, ListBox - 列表框, FlipView - 滑动视图控件, ItemsControl ItemsPresenter - ItemsPresenter 用来呈现 ItemsControl 的 Items 阅读全文
posted @ 2013-01-21 08:38 webabcd 阅读(4466) 评论(10) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之提示控件: ProgressRing - 进度圈控件; 重新想象 Windows 8 Store Apps 之范围控件: ProgressBar - 进度条控件, Slider - 滑动条控件 阅读全文
posted @ 2013-01-17 10:00 webabcd 阅读(4928) 评论(8) 推荐(0) 编辑
摘要:重新想象 Windows 8 Store Apps 之内容控件: ToolTip - 提示框控件, Frame - 框架控件,用于导航内容, AppBar - 应用程序栏控件, ContentControl ContentPresenter - ContentPresenter 用来呈现 ContentControl 的 Content; 重新想象 Windows 8 Store Apps 之容器控件: Border - 边框控件, Viewbox - 控制子元素如何拉伸的容器控件, Popup - 弹出框控件 阅读全文
posted @ 2013-01-14 08:57 webabcd 阅读(4309) 评论(10) 推荐(4) 编辑
摘要:重新想象 Windows 8 Store Apps 之按钮控件: Button - 按钮控件, HyperlinkButton - 超链按钮, RepeatButton - 按住后会重复执行单击操作的按钮, ToggleButton - 可切换状态的按钮, RadioButton - 单选框控件, CheckBox - 复选框控件, ToggleSwitch - 状态切换控件 阅读全文
posted @ 2013-01-10 08:25 webabcd 阅读(4039) 评论(2) 推荐(2) 编辑
摘要:重新想象 Windows 8 Store Apps 之文本控件: TextBlock - 文本显示框, TextBox - 文本输入框, PasswordBox - 密码输入框, RichEditBox - 富文本编辑框, RichTextBlock - 富文本显示框, RichTextBlockOverflow - 溢出文本显示框 阅读全文
posted @ 2013-01-07 09:02 webabcd 阅读(7923) 评论(8) 推荐(2) 编辑
摘要:[最后更新:2023.09.18] 阅读全文
posted @ 2007-02-24 17:58 webabcd 阅读(52416) 评论(386) 推荐(48) 编辑