WPFChromeTabsMVVM 1.2.4
See the version list below for details.
dotnet add package WPFChromeTabsMVVM --version 1.2.4
NuGet\Install-Package WPFChromeTabsMVVM -Version 1.2.4
<PackageReference Include="WPFChromeTabsMVVM" Version="1.2.4" />
paket add WPFChromeTabsMVVM --version 1.2.4
#r "nuget: WPFChromeTabsMVVM, 1.2.4"
// Install WPFChromeTabsMVVM as a Cake Addin #addin nuget:?package=WPFChromeTabsMVVM&version=1.2.4 // Install WPFChromeTabsMVVM as a Cake Tool #tool nuget:?package=WPFChromeTabsMVVM&version=1.2.4
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 | Versions 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. |
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 | 2,272 | 1/25/2022 |
1.3.4.1 | 3,087 | 1/21/2021 |
1.3.4 | 1,327 | 6/10/2020 |
1.3.3 | 694 | 3/20/2020 |
1.3.2 | 736 | 2/14/2020 |
1.3.1 | 4,595 | 3/20/2018 |
1.3.0 | 1,038 | 3/10/2018 |
1.2.9 | 1,288 | 8/10/2017 |
1.2.7 | 2,406 | 4/4/2016 |
1.2.5 | 1,046 | 3/29/2016 |
1.2.4 | 1,182 | 1/27/2016 |
1.2.2 | 1,127 | 1/27/2016 |
1.2.1 | 1,058 | 1/25/2016 |
1.2.0 | 1,060 | 1/24/2016 |
1.1.1 | 1,473 | 1/15/2016 |
1.1.0 | 1,299 | 10/4/2015 |
1.0.8 | 1,290 | 2/5/2015 |
1.0.7 | 1,110 | 1/22/2015 |
1.0.6 | 1,358 | 12/12/2014 |
1.0.5 | 1,248 | 12/4/2014 |
1.0.4 | 1,215 | 11/28/2014 |
1.0.3 | 1,237 | 11/28/2014 |
1.0.2 | 1,219 | 11/27/2014 |
1.0.1 | 1,293 | 11/24/2014 |
1.0.0 | 1,283 | 11/21/2014 |
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.