摘要:
var dialog = new System.Windows.Forms.OpenFileDialog(); dialog.Filter = "图片文件(*.jpg;*.png;*.jpeg)|*.jpg;*.png;*.jpeg"; dialog.ValidateNames = true; di 阅读全文
摘要:
//当前滚动条位置 ScrollViewer sv = GetChildObject<ScrollViewer>(ctlIPBedCardListBox, "s"); var currentScrollPosition = sv.VerticalOffset; var point = new Poi 阅读全文