摘要: Popup 这个控件常用来做UI hack,属于非常规部队,下面来了解一下Popup。 Popup本身是无形的,但是它可以包含一个子元素,子元素是什么都行。 Popup默认位置是在父元素的左上角,可以通过margin, HorizontalOffset和VerticalOffset来安排位置。 Popup会盖住Z-order在其上层的元素。 例如: 只有IsOpen属性设置为true的时候,... 阅读全文
posted @ 2011-10-18 22:29 MainTao 阅读(323) 评论(0) 推荐(1) 编辑
摘要: Style的用法首先在XAML里定义,作为资源字典的一部分:<!-- Add one item to the page's resource dictionary --> <phone:PhoneApplicationPage.Resources> <!-- A style for the two text blocks in WaitingForCallPanel --> <Style x:Ke... 阅读全文
posted @ 2011-10-18 21:03 MainTao 阅读(288) 评论(0) 推荐(0) 编辑