图片查看器
摘要:
一个简单的图片查看器,主要用到的东西(1)动画DoubleAnimationUsingKeyFrames(2)文件IO(3)List控件模板ItemTemplate(4)绑定遇到的困难及解决方法(1)ListBox横向显示解决方法<ListBox.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal" /> </ItemsPanelTemplate></ListBox.ItemsPanel>(2)ListBox选中状态修改解决方法 阅读全文
posted @ 2013-01-24 16:25 MikeRen 阅读(323) 评论(0) 推荐(0) 编辑