Dirkster.InplaceEditBoxLib 1.0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dirkster.InplaceEditBoxLib --version 1.0.0.3
NuGet\Install-Package Dirkster.InplaceEditBoxLib -Version 1.0.0.3
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="Dirkster.InplaceEditBoxLib" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dirkster.InplaceEditBoxLib --version 1.0.0.3
#r "nuget: Dirkster.InplaceEditBoxLib, 1.0.0.3"
#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 Dirkster.InplaceEditBoxLib as a Cake Addin
#addin nuget:?package=Dirkster.InplaceEditBoxLib&version=1.0.0.3

// Install Dirkster.InplaceEditBoxLib as a Cake Tool
#tool nuget:?package=Dirkster.InplaceEditBoxLib&version=1.0.0.3

WPF/MVVM control to implement a textbox on top of other elements like a
TreeViewItem or ListViewItem (use case: perform in place edit of a displayed item)

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Dirkster.InplaceEditBoxLib:

Package Downloads
Dirkster.FileListView

Provides a WPF/MVVM listview control for Windows file system folders and files.

Dirkster.FolderBrowser

Provides a WPF/MVVM folder browser tree view control to displays and browse folders in the Windows file system.

Dirkster.FilterControlsLib

Provides a WPF/MVVM filter combobox view control to filter displays on Windows file system folders and files.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Dirkster.InplaceEditBoxLib:

Repository Stars
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
0xf005ba11/vmplex-ws
A tabbed UI for Microsoft's Hyper-V
Version Downloads Last updated
1.4.2 2,260 2/26/2022
1.4.1 609 8/24/2021
1.4.0 3,379 9/2/2019
1.3.1-alpha 552 2/15/2019
1.3.0 2,146 2/15/2019
1.2.0-alpha 732 1/22/2019
1.1.2.1 1,225 11/3/2018
1.1.2 1,347 7/14/2018
1.1.1 1,213 5/13/2018
1.1.0 992 5/13/2018
1.0.0.3 6,534 9/6/2017
1.0.0.2 1,121 9/3/2017
1.0.0.1 1,021 9/3/2017

Added Feature: Click outside textbox control to escape edit mode