Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirkster99/historycontrollib
Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer
https://github.com/dirkster99/historycontrollib
control csharp dark-theme dotnet explorer forward history-management light-theme mvvm navigation-bar recent recent-folders theme wpf
Last synced: 19 days ago
JSON representation
Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer
- Host: GitHub
- URL: https://github.com/dirkster99/historycontrollib
- Owner: Dirkster99
- License: mit
- Created: 2018-03-01T11:37:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T19:58:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T10:08:20.788Z (about 1 month ago)
- Topics: control, csharp, dark-theme, dotnet, explorer, forward, history-management, light-theme, mvvm, navigation-bar, recent, recent-folders, theme, wpf
- Language: C#
- Size: 246 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/b5aljj6ec5cn10c0/branch/master?svg=true)](https://ci.appveyor.com/project/Dirkster99/historycontrollib/branch/master)
[![Release](https://img.shields.io/github/release/Dirkster99/MRULib.svg)](https://github.com/Dirkster99/MRULib/releases/latest)
[![NuGet](https://img.shields.io/nuget/dt/Dirkster.HistoryControlLib.svg)](http://nuget.org/packages/Dirkster.HistoryControlLib)![Net4](https://badgen.net/badge/Framework/.Net 4/blue) ![NetCore3](https://badgen.net/badge/Framework/NetCore 3/blue)
HistoryControlLib
Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer.
These controls and viewmodels are re-used in the File System Controls project which in turn is integrated in Edi.The repository contains the sources for a Generic and a Dark and Light themed test client.
The Locations Drop-Down button makes use of the **Segoe UI Symbol** font, which may not
always be available on Windows 7. The font can either be installed via update from Microsoft of the drop down
button definition for the down chevron can be replaced with a path definition.## Navigate Back Direction
## Navigate Forward Direction
## Navigate Up
## Navigate within list of recently visited locations
## Theming
Load *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions.
```XAML
``````XAML
```