How to always show scrollbar?
问题 How to always show the scrollbar in a UWP app? The scrollbar always disappears after a few seconds. I have tried setting ScrollViewer.VerticalScrollBarVisibility="Visible" , but the scrollbar still disappears. I have had a look at the Xaml UI Basics sample, and the scroll bars also disappear here regardless of what properties I set. This answer for Windows Phone 8 suggests modifying the scroll viewer template, but that seems like overkill. Any ideas? 回答1: For UWP use this style <!-- In