Hide scroll bar.

This commit is contained in:
Huo Yaoyuan 2017-06-21 17:17:54 +08:00
parent 89986e8e77
commit bcfb1392d7
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public void ShowUser(User user)
RelativeSizeAxes = Axes.Both
}
};
sectionsContainer.ScrollContainer.ScrollbarVisible = false;
Add(sectionsContainer);
sectionsContainer.SelectedSection.ValueChanged += s =>
{