1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-25 00:15:48 +02:00

Fix retarded scroll bar behavior in Options

This commit is contained in:
chylex 2017-06-21 09:07:50 +02:00
parent 7f9e9e27a0
commit ac245f5128

View File

@ -109,6 +109,7 @@ private void SelectTab(SettingsTab tab){
}
panelContents.SuspendLayout();
panelContents.VerticalScroll.Value = 0; // https://gfycat.com/GrotesqueTastyAstarte
panelContents.Controls.Clear();
panelContents.Controls.Add(tab.Control);
panelContents.ResumeLayout(true);