Only Vertical scroll bar, no horizontal scroll bar – CSS

overflow-x:hidden;
oveflow-y:scroll;

Comments

Popular posts from this blog

WPF How to Dispose ViewModel when the associated UserControl (Not Window) closes?

C# How to unit test Dispatcher

WPF: How to Deep Copy WPF object (e.g. UIElement) ?