WPFChromeTabsMVVM 1.2.5
See the version list below for details.
Install-Package WPFChromeTabsMVVM -Version 1.2.5
dotnet add package WPFChromeTabsMVVM --version 1.2.5
<PackageReference Include="WPFChromeTabsMVVM" Version="1.2.5" />
paket add WPFChromeTabsMVVM --version 1.2.5
#r "nuget: WPFChromeTabsMVVM, 1.2.5"
// Install WPFChromeTabsMVVM as a Cake Addin
#addin nuget:?package=WPFChromeTabsMVVM&version=1.2.5
// Install WPFChromeTabsMVVM as a Cake Tool
#tool nuget:?package=WPFChromeTabsMVVM&version=1.2.5
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 | 254 | 1/25/2022 |
1.3.4.1 | 1,842 | 1/21/2021 |
1.3.4 | 852 | 6/10/2020 |
1.3.3 | 415 | 3/20/2020 |
1.3.2 | 447 | 2/14/2020 |
1.3.1 | 4,026 | 3/20/2018 |
1.3.0 | 690 | 3/10/2018 |
1.2.9 | 944 | 8/10/2017 |
1.2.7 | 2,031 | 4/4/2016 |
1.2.5 | 738 | 3/29/2016 |
1.2.4 | 845 | 1/27/2016 |
1.2.2 | 746 | 1/27/2016 |
1.2.1 | 721 | 1/25/2016 |
1.2.0 | 722 | 1/24/2016 |
1.1.1 | 1,115 | 1/15/2016 |
1.1.0 | 997 | 10/4/2015 |
1.0.8 | 944 | 2/5/2015 |
1.0.7 | 794 | 1/22/2015 |
1.0.6 | 1,025 | 12/12/2014 |
1.0.5 | 908 | 12/4/2014 |
1.0.4 | 887 | 11/28/2014 |
1.0.3 | 901 | 11/28/2014 |
1.0.2 | 882 | 11/27/2014 |
1.0.1 | 922 | 11/24/2014 |
1.0.0 | 954 | 11/21/2014 |
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.