Giter Site home page Giter Site logo

dirkster99 / historycontrollib Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 4.0 252 KB

Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer

License: MIT License

C# 99.04% Batchfile 0.96%
wpf mvvm control recent-folders recent explorer forward navigation-bar history-management csharp

historycontrollib's Introduction

Build status Release NuGet

Net4 NetCore3

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.

    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/HistoryControlLib;component/Themes/DarkTheme.xaml" />
    </ResourceDictionary.MergedDictionaries>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/HistoryControlLib;component/Themes/LightTheme.xaml" />
    </ResourceDictionary.MergedDictionaries>

historycontrollib's People

Contributors

dirkster99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.