修复初次显示聊天窗口时滚动条显示的BUG

This commit is contained in:
dathlin
2017-06-25 15:37:23 +08:00
parent 3dc6cabd10
commit 700288ec99

View File

@@ -246,6 +246,7 @@ namespace 软件系统客户端模版
{
SetShowRenderControl(UIControls_Chat);
UIControls_Chat?.InputFocus();
UIControls_Chat?.ScrollToDown();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)