屏幕分辨率大小(这个目前都是480*800):屏幕宽度(Double) System.Windows.Application.Current.Host.Content.ActualWidth屏幕高度(Double) System.Windows.Application.Current.Host.Content.ActualHeight操作系统版本:System.Environment.OSVersion.ToString() Read More
posted @ 2012-01-11 11:55
javawebsoa
Views(164)
Comments(0)
Diggs(0)
private void listbox1_MouseMove(object sender, MouseEventArgs e) { if (Result[0] == "1") { //获取listbox的子类型ScrollViewer ScrollViewer scrollViewer = FindChildOfType<ScrollViewer>((ListBox)sender); if (... Read More
posted @ 2012-01-11 11:44
javawebsoa
Views(278)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号