随笔分类 -  WPF

摘要:<ItemsControl.ItemTemplate> <DataTemplate> <Viewbox Width="60" Height="60" Stretch="Uniform"> <ContentControl Content="{Binding}"> </ContentControl> </Viewbox> </DataTemplate></ItemsControl.ItemTemplate>使用此种方法,不论 阅读全文
posted @ 2013-03-06 15:48 Kation 阅读(561) 评论(0) 推荐(1)