MaxKhomyn / ScrollBar-WPF

Style for WPF scroll bar, that have some states: Hidden - when Mouse is outside of ScrollViewer; Visible (Minimized) - when mouse over ScrollViewer but outside ScrollBar; Visible(Normal) - when mouse over ScrollBar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollBar-WPF

Style for WPF scroll bar, that have some states:

  • Hidden - when Mouse is outside of ScrollViewer
  • Visible (Minimized) - when mouse over ScrollViewer but outside ScrollBar
  • Visible (Normal) - when mouse over ScrollBar

Overview

Preparation

Add ResourceDictionary to App.xaml.

<Application.Resources>
  <ResourceDictionary Source="pack://application:,,,/ScrollBar.Style;component/Dictionary.xaml"/>
</Application.Resources>

License

MIT License

About

Style for WPF scroll bar, that have some states: Hidden - when Mouse is outside of ScrollViewer; Visible (Minimized) - when mouse over ScrollViewer but outside ScrollBar; Visible(Normal) - when mouse over ScrollBar.

License:MIT License


Languages

Language:C# 100.0%