Dirkster.HistoryControlLib
1.1.0
dotnet add package Dirkster.HistoryControlLib --version 1.1.0
NuGet\Install-Package Dirkster.HistoryControlLib -Version 1.1.0
<PackageReference Include="Dirkster.HistoryControlLib" Version="1.1.0" />
paket add Dirkster.HistoryControlLib --version 1.1.0
#r "nuget: Dirkster.HistoryControlLib, 1.1.0"
// Install Dirkster.HistoryControlLib as a Cake Addin #addin nuget:?package=Dirkster.HistoryControlLib&version=1.1.0 // Install Dirkster.HistoryControlLib as a Cake Tool #tool nuget:?package=Dirkster.HistoryControlLib&version=1.1.0
<table border="0" width="100%"> <tr> <td><img src="https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Branch_32x.png?raw=true" width="24"/></td> <td><h1>HistoryControlLib</h1></td> </tr> </table>
Implements a themable recent locations (forward, backward, up. pop-up list) control a la <a href="https://github.com/Dirkster99/fsc/wiki/FSC-Windows-Explorer-(Cloned)">Windows (7-10) Explorer</a>. These controls and viewmodels are re-used in the <a href="https://github.com/Dirkster99/fsc">File System Controls</a> project which in turn is integrated in <a href="https://github.com/Dirkster99/Edi">Edi</a>.
The repository contains the sources for a Generic and a Dark and Light themed test client.
The <a href="https://github.com/Dirkster99/HistoryControlLib/blob/master/source/HistoryControlLib/Controls/LocationsDropDown.xaml">Locations Drop-Down button</a> 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
<img src="https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Back.png?raw=true" width="120">
Navigate Forward Direction
<img src="https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Forward.png?raw=true" width="120">
Navigate Up
<img src="https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/Up.png?raw=true" width="120">
Navigate within list of recently visited locations
<img src="https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Screenshots/RecentList.png?raw=true" width="360">
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>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.HistoryControlLib:
Repository | Stars |
---|---|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|
Package Update with support based on .NetCore 3 Preview 8 and .Net4.5.