2014年12月7日
摘要: 1、C#代码如下: public class logotoimgConverter:IValueConverter { //将logo转换为URI public object Convert(object value, Type targetType, object ... 阅读全文
posted @ 2014-12-07 18:43 NEIL_X 阅读(189) 评论(0) 推荐(0)
摘要: public class SampleItem : INotifyPropertyChanged { public SampleItem() { } private string title; public string T... 阅读全文
posted @ 2014-12-07 17:01 NEIL_X 阅读(278) 评论(0) 推荐(0)
摘要: 对于列表控件,WP8.1常用的是ListView、GridView、ListBox控件。其中前两个是从第三个继承来的。1、ListView控件它是展示垂直列表的,如下图所示。它十分适合展示数据。2、GridView控件它是行列表展示数据的控件,排列图如下。通常用来展示基于图片的数据。3、控件的Tem... 阅读全文
posted @ 2014-12-07 16:20 NEIL_X 阅读(1583) 评论(4) 推荐(0)