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:
parent
7f9e9e27a0
commit
ac245f5128
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user