Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



```