BionicFileExplorer.Net.Wpf 1.0.2

dotnet add package BionicFileExplorer.Net.Wpf --version 1.0.2
NuGet\Install-Package BionicFileExplorer.Net.Wpf -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BionicFileExplorer.Net.Wpf" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BionicFileExplorer.Net.Wpf --version 1.0.2
#r "nuget: BionicFileExplorer.Net.Wpf, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BionicFileExplorer.Net.Wpf as a Cake Addin
#addin nuget:?package=BionicFileExplorer.Net.Wpf&version=1.0.2

// Install BionicFileExplorer.Net.Wpf as a Cake Tool
#tool nuget:?package=BionicFileExplorer.Net.Wpf&version=1.0.2

BionicFileExplorer

BC BC

BC

NuGet Packages Download

BionicFileExplorer.Net.WpfBionicFileExplorer.Net.Wpf.NuGet

Customizable file explorer control supporting file system tree view and list view.

Allows filtering system files, hidden files

Example

<Window x:Class="TestApp.Net.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:TestApp.Net"
        xmlns:explorer="clr-namespace:BionicFileExplorer.Net.Wpf;assembly=BionicFileExplorer.Net.Wpf"
        mc:Ignorable="d"
        Title="MainWindow" Height="450" Width="800">
  <Grid>
    <explorer:BionicFileExplorer SelectedFileSystemPath="{Binding SelectedPath}" />
  </Grid>
</Window>
Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 466 7/6/2021
1.0.1 304 7/6/2021
1.0.0 323 6/28/2021