Skip to content

hong-haier/WPFModernScrollbarStyle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPFModernScrollbarStyle

A modern scrollbar style for WPF XAML

Screenshot

Usage

  1. Add Scrollbar.xaml to your project.
  2. Add <ResourceDictionary Source="Scrollbar.xaml"/> to your merged dictionaries int App.xaml.
<Application ...namespaces... >
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                ...other resource dictionaries...
                
                <ResourceDictionary Source="Scrollbar.xaml"/>
                
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
    
    ...

</Application>

About

A modern scrollbar style for WPF XAML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published