From f5b27456ddb54bb8eae821a426d2c0e8c824a48b Mon Sep 17 00:00:00 2001 From: Kaniu Tayou <1056879522@qq.com> Date: Thu, 20 Dec 2018 00:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StormChatWPF/MainWindow.xaml | 6 ++- StormChatWPF/ScrollViewer.cs | 64 ++++++++++++++++++++++++++++++++ StormChatWPF/StormChatWPF.csproj | 1 + 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 StormChatWPF/ScrollViewer.cs diff --git a/StormChatWPF/MainWindow.xaml b/StormChatWPF/MainWindow.xaml index 7c4c99a..74d527b 100644 --- a/StormChatWPF/MainWindow.xaml +++ b/StormChatWPF/MainWindow.xaml @@ -23,6 +23,10 @@