摘要: 有些时候我们需要对ListBox中的某项做出一种点击动画,即点击ListBox的某项时,被点的Item播放一个相应的动画。通常,我们需要自定义ListBox的ItemTemplate以做出自定义的ListBoxItem。下面,我讲讲如何利用Expression Blend和Visual Studio 分别实现这样的效果。 阅读全文
posted @ 2011-10-15 13:28 Alexis 阅读(2475) 评论(1) 推荐(4) 编辑
摘要: During windows phone development, sometimes we might be want to read some initial data from local resources. Data can be stored in XML, JSON, TXT or other formats. Unlike data files stored in Isolatedstorage, we cannot make changes to them or delete them (since they are built in Content or Resource). Which format is better ? Well, it depends. So let me make a simple demo to show you how we read initial data in wi 阅读全文
posted @ 2011-10-15 09:19 Alexis 阅读(2543) 评论(8) 推荐(6) 编辑