Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
HorizontalScrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Apr 20, 2018
1 parent 2b67088 commit 9c119bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mV2RayConfig/Forms/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions mV2RayConfig/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public MainForm()
comboBoxFakeKCP.SelectedIndex = 0;
textBoxUUID.Text = uuidGen();
buttonUserConfig.Hide();

//listBoxManyUser.HorizontalScrollbar = true;
//listBoxManyUser.ScrollAlwaysVisible = true;
}

private void Form1_Load(object sender, EventArgs e)
Expand Down

0 comments on commit 9c119bb

Please sign in to comment.