上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页

2012年9月17日

判断gridview 滑动到最右端

摘要: 首先获得girdview 里面的scrollviewer, private ChildType FindVisualChild<ChildType>(DependencyObject obj) where ChildType : DependencyObject { //if (obj != null) //{ for (int i = 0; i < VisualTreeHelper.GetChildrenCount(obj); i++) { Dependen... 阅读全文

posted @ 2012-09-17 11:34 GIS-MAN 阅读(764) 评论(2) 推荐(0) 编辑

关于查找可视树的一点问题

摘要: 不能在pageload时间里面查找 阅读全文

posted @ 2012-09-17 10:44 GIS-MAN 阅读(109) 评论(0) 推荐(0) 编辑

2012年9月14日

怎么给listbox 的item 添加动画?

摘要: <GridView Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Center" Height="600" x:Name="testAdvs" SelectionMode="None" Width="1200" ItemsSource="{Binding Path=Advertisements}"> <GridView.ItemsPanel&g 阅读全文

posted @ 2012-09-14 11:20 GIS-MAN 阅读(338) 评论(0) 推荐(0) 编辑

怎么给listbox 的item 添加动画1?

摘要: <GridView Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Center" Height="600" x:Name="testAdvs" SelectionMode="None" Width="1200" ItemsSource="{Binding Path=Advertisements}"> <GridView.ItemsPanel&g 阅读全文

posted @ 2012-09-14 11:20 GIS-MAN 阅读(500) 评论(0) 推荐(0) 编辑

快速入门:添加 SemanticZoom 控件(使用 C#/VB/C++ 和 XAML 的 Metro 风格应用)

摘要: http://msdn.microsoft.com/zh-cn/library/windows/apps/hh781234.aspx 阅读全文

posted @ 2012-09-14 08:57 GIS-MAN 阅读(278) 评论(0) 推荐(0) 编辑

2012年9月13日

如何在列表或网格中分组项(使用 C#/VB/C++ 和 XAML 的 Metro 风格应用)

摘要: http://msdn.microsoft.com/zh-cn/library/windows/apps/hh780627.aspx源码 阅读全文

posted @ 2012-09-13 16:27 GIS-MAN 阅读(105) 评论(0) 推荐(0) 编辑

负载,存储和显示大集的数据有效(Windows Store的应用程序使用C#/ VB / C + +和XAML)

摘要: http://msdn.microsoft.com/zh-cn/library/windows/apps/hh994637.aspx 阅读全文

posted @ 2012-09-13 16:17 GIS-MAN 阅读(80) 评论(0) 推荐(0) 编辑

关于variablewrapgrid

摘要: http://msdn.microsoft.com/zh-cn/library/windows/apps/hh969155.aspxVariableSizedWrapGrid元素以行或列排列,当达到MaximumRowsOrColumns值会时会自动换行至新行或新列。由Orientation属性指定是按行还是列排列元素。通过使用附加属性VariableSizedWrapGrid.RowSpan和VariableSizedWrapGrid.ColumnSpan,内容可跨越多行和多列。根据ItemHeight和ItemWidth属性的指定设置元素大小。如果子内容超出面板,则不会超出面板边界且视觉上 阅读全文

posted @ 2012-09-13 16:16 GIS-MAN 阅读(431) 评论(0) 推荐(0) 编辑

2012年9月12日

支持metro style app 的框架已经出来了

摘要: mvvmlight toolkit 和mvvm helpers for metrocaliburn。micro 阅读全文

posted @ 2012-09-12 18:42 GIS-MAN 阅读(219) 评论(0) 推荐(0) 编辑

转一个orbitpanel

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Windows.Foundation;using Windows.UI.Xaml;using Windows.UI.Xaml.Controls;namespace App8{ public class orbitpanel:Panel { int i = 0; public int orbitsnunber {... 阅读全文

posted @ 2012-09-12 15:38 GIS-MAN 阅读(267) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页

导航