摘要: private void Button_Click(object sender, RoutedEventArgs e) { string savePth = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "richtextboxData.data"); ... 阅读全文
posted @ 2019-04-09 15:18 马肯尼煤牙巴骨 阅读(414) 评论(0) 推荐(0)
摘要: public class VirtualizingWrapPanel : VirtualizingPanel, IScrollInfo { #region Fields UIElementCollection _children; ItemsControl _itemsControl; IItemContaine... 阅读全文
posted @ 2019-04-09 11:31 马肯尼煤牙巴骨 阅读(200) 评论(2) 推荐(0)