WPFChromeTabsMVVM 1.2.7

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

// Install WPFChromeTabsMVVM as a Cake Tool
#tool nuget:?package=WPFChromeTabsMVVM&version=1.2.7

WPF chrome tabs is a tab control modeled after the tabs in Google's Chrome browser. Tabs can be reordered and snapped to/from windows.

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

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.4.0 1,884 1/25/2022
1.3.4.1 2,893 1/21/2021
1.3.4 1,250 6/10/2020
1.3.3 659 3/20/2020
1.3.2 711 2/14/2020
1.3.1 4,509 3/20/2018
1.3.0 1,005 3/10/2018
1.2.9 1,246 8/10/2017
1.2.7 2,357 4/4/2016
1.2.5 1,018 3/29/2016
1.2.4 1,145 1/27/2016
1.2.2 1,048 1/27/2016
1.2.1 1,023 1/25/2016
1.2.0 1,031 1/24/2016
1.1.1 1,433 1/15/2016
1.1.0 1,269 10/4/2015
1.0.8 1,255 2/5/2015
1.0.7 1,082 1/22/2015
1.0.6 1,328 12/12/2014
1.0.5 1,210 12/4/2014
1.0.4 1,185 11/28/2014
1.0.3 1,195 11/28/2014
1.0.2 1,190 11/27/2014
1.0.1 1,255 11/24/2014
1.0.0 1,258 11/21/2014

New in 1.2.7:
-Fixed a possible nullreference exception when using persistent tabs on a timer.

New in 1.2.5:
- Fixed a bug where the "add tab" button was not enabled when the binding was first established, unless "RaiseCanExecuteChanged" was called manually.

New in 1.2.4:
- Tabs graphic no longer stretches weirdly with wide tabs.

New in 1.2.2:
- Fixed a tab drag bug that occured after dragging the window with the last open tab.
- Fixed a layout issue with wider then standard tabs.

New in 1.2.1:
- When using an ObservableCollection and without implementing the ReorderTabsCommand, tab reordering works out of the box by modifying the source collection order.

New in 1.2.0:

- Background tab visual tree can now be cached in memory via the TabPersistBehavior, either for the lifetime of the application, or for a chosen duration.
- Added support for styling the "new tab" button.
- Added a property to change "new tab" button behavior between opening tabs in the background or foreground.
- Added support for changing the tab overlap.
- Fixed an UI issue where "new tab" button was not visually disabled when command CanExecute was set to false.