当前位置 : 主页 > 网络编程 > 其它编程 >

silverlightItemTemplate和ItemPanel实例

来源:互联网 收集:自由互联 发布时间:2023-07-02
先定义一个Panel。好让下面的演示usingSystem.Windows.Controls;usingSystem.Windows;namespaceClass 先定义一个Panel。好让下面的演示 using System.Windows.Controls;using System.Windows;namespace Class3Samples{public class
先定义一个Panel。好让下面的演示usingSystem.Windows.Controls;usingSystem.Windows;namespaceClass

先定义一个Panel。好让下面的演示

using System.Windows.Controls;using System.Windows;namespace Class3Samples{public class CyclePanel : Panel{protected override System.Windows.Size ArrangeOverride(System.Windows.Size finalSize){int count this.Children.Count;Point center new Point(finalSize.Width / 2, finalSize.Height / 2);for (int i 0; i  

前台XAML

 

在blend中的设计图

Template 具体参见上一个日记。

转:https://www.cnblogs.com/eagle1986/archive/2012/08/05/2623560.html

上一篇:鲁大师检测硬盘存在严重问题怎么办
下一篇:没有了
网友评论