ActiproSoftware.Controls.WPF.Shell by Actipro Software LLC

<PackageReference Include="ActiproSoftware.Controls.WPF.Shell" Version="21.1.3" />

 ActiproSoftware.Controls.WPF.Shell 21.1.3

Actipro Shell controls allow for easy folder and file browsing in WPF applications. While the product comes packed with a pre-built implementation for the Windows shell that mimics Windows Explorer, the controls are fully customizable, allowing you to filter or change the folders/files presented. Or build your own shell service to support other files systems, such as the remote side for a FTP client. All of the UI found in the Shell controls is native WPF, and can be fully-themed or even customized with XAML data templates. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=21.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ActiproSoftware.Controls.WPF.Shell</id>
    <version>21.1.3</version>
    <title>Actipro Shell (for WPF)</title>
    <authors>Actipro Software LLC</authors>
    <owners>Actipro Software LLC</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">License.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>images\ActiproIcon.png</icon>
    <projectUrl>https://www.actiprosoftware.com/products/controls/wpf</projectUrl>
    <description>Actipro Shell controls allow for easy folder and file browsing in WPF applications. While the product comes packed with a pre-built implementation for the Windows shell that mimics Windows Explorer, the controls are fully customizable, allowing you to filter or change the folders/files presented. Or build your own shell service to support other files systems, such as the remote side for a FTP client.

All of the UI found in the Shell controls is native WPF, and can be fully-themed or even customized with XAML data templates.

Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=21.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls).

NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.</description>
    <copyright>Copyright (c) 2007-2021 Actipro Software LLC.  All rights reserved.</copyright>
    <tags>Actipro UI Controls WPF XAML Browse Files Folders ListBox ListView Shell ShellListView ShellTreeListBox Shortcuts TreeView Windows</tags>
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="ActiproSoftware.Controls.WPF.Shared" version="[21.1.3]" />
        <dependency id="ActiproSoftware.Controls.WPF.Grids" version="[21.1.3]" />
      </group>
      <group targetFramework=".NETFramework4.5.2">
        <dependency id="ActiproSoftware.Controls.WPF.Shared" version="[21.1.3]" />
        <dependency id="ActiproSoftware.Controls.WPF.Grids" version="[21.1.3]" />
      </group>
    </dependencies>
    <references>
      <group targetFramework=".NETCoreApp3.1">
        <reference file="ActiproSoftware.Shell.Wpf.dll" />
      </group>
      <group targetFramework=".NETFramework4.5.2">
        <reference file="ActiproSoftware.Shell.Wpf.dll" />
      </group>
    </references>
    <frameworkReferences>
      <group targetFramework=".NETCoreApp3.1">
        <frameworkReference name="Microsoft.WindowsDesktop.App.WPF" />
      </group>
    </frameworkReferences>
  </metadata>
</package>