DTDucasWPF 1.2.1
See the version list below for details.
dotnet add package DTDucasWPF --version 1.2.1
NuGet\Install-Package DTDucasWPF -Version 1.2.1
<PackageReference Include="DTDucasWPF" Version="1.2.1" />
paket add DTDucasWPF --version 1.2.1
#r "nuget: DTDucasWPF, 1.2.1"
// Install DTDucasWPF as a Cake Addin #addin nuget:?package=DTDucasWPF&version=1.2.1 // Install DTDucasWPF as a Cake Tool #tool nuget:?package=DTDucasWPF&version=1.2.1
DTDucasWPF
A WPF styles and controls library providing modern, customizable UI components.
Installation
Install-Package DTDucasWPF
Setup
<Application.Resources>
<ResourceDictionary Source="pack://application:,,,/DTDucasWPF;component/WPF/Styles.xaml"/>
</Application.Resources>
Available Styles
Basic Controls
ButtonStyle ButtonWithIconStyle CheckBoxStyle RadioButtonStyle ComboBoxStyle
Text & Content
HeaderTextBlockStyle SubheaderTextBlockStyle BodyTextBlockStyle GroupBoxStyle ProgressBarStyle
Containers
CanvasStyle DataGridStyle TreeViewStyle WrapPanelStyle WindowStyle
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.135)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.2.0:
- New Controls:
* UCBar: Custom window title bar with minimize, maximize, and close buttons
* FooterBar: Social media footer with YouTube, Email, and Facebook links
- UI Improvements:
* Enhanced DataGrid styling with modern color scheme
* Improved DataGrid scrolling behavior
* Better visual feedback for selected and hover states
- Bug Fixes:
* Fixed DataGrid scrolling issues
* Improved overall UX consistency