01 2013 档案
摘要:重新想象 Windows 8 Store Apps 之布局控件: Canvas - 绝对定位式布局, Grid - 网格式布局, StackPanel - 流式布局, VirtualizingStackPanel - 仅能用于 ItemsControl, WrapGrid - 仅能用于 ItemsControl, VariableSizedWrapGrid - 用于 Wrap 子元素集合
阅读全文
摘要:重新想象 Windows 8 Store Apps 之媒体控件: Image - 图片控件, MediaElement - 播放视频或音频的控件
阅读全文
摘要:重新想象 Windows 8 Store Apps 之集合控件: ComboBox - 下拉框, ListBox - 列表框, FlipView - 滑动视图控件, ItemsControl ItemsPresenter - ItemsPresenter 用来呈现 ItemsControl 的 Items
阅读全文
摘要:重新想象 Windows 8 Store Apps 之提示控件: ProgressRing - 进度圈控件; 重新想象 Windows 8 Store Apps 之范围控件: ProgressBar - 进度条控件, Slider - 滑动条控件
阅读全文
摘要:重新想象 Windows 8 Store Apps 之内容控件: ToolTip - 提示框控件, Frame - 框架控件,用于导航内容, AppBar - 应用程序栏控件, ContentControl ContentPresenter - ContentPresenter 用来呈现 ContentControl 的 Content; 重新想象 Windows 8 Store Apps 之容器控件: Border - 边框控件, Viewbox - 控制子元素如何拉伸的容器控件, Popup - 弹出框控件
阅读全文
摘要:重新想象 Windows 8 Store Apps 之按钮控件: Button - 按钮控件, HyperlinkButton - 超链按钮, RepeatButton - 按住后会重复执行单击操作的按钮, ToggleButton - 可切换状态的按钮, RadioButton - 单选框控件, CheckBox - 复选框控件, ToggleSwitch - 状态切换控件
阅读全文
摘要:重新想象 Windows 8 Store Apps 之文本控件: TextBlock - 文本显示框, TextBox - 文本输入框, PasswordBox - 密码输入框, RichEditBox - 富文本编辑框, RichTextBlock - 富文本显示框, RichTextBlockOverflow - 溢出文本显示框
阅读全文