FTR.UI.WinForms 1.0.2

dotnet add package FTR.UI.WinForms --version 1.0.2
                    
NuGet\Install-Package FTR.UI.WinForms -Version 1.0.2
                    
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="FTR.UI.WinForms" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FTR.UI.WinForms" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="FTR.UI.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FTR.UI.WinForms --version 1.0.2
                    
#r "nuget: FTR.UI.WinForms, 1.0.2"
                    
#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.
#:package FTR.UI.WinForms@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FTR.UI.WinForms&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=FTR.UI.WinForms&version=1.0.2
                    
Install as a Cake Tool

FTR.UI.WinForms

FTR.UI.WinForms is the first component library in the FTR UI Suite, a modern ecosystem of UI frameworks and developer tools created by FTR.

Build beautiful, high-performance Windows Forms applications with professionally designed controls, advanced theming, integrated licensing, and production-ready components for .NET Framework 4.7.2 and .NET 6+ (Windows).

FTR UI Suite starts with WinForms and is designed to expand to additional platforms including WPF, MAUI, and Blazor.


📸 Preview

<p align="center"> <img src="dashboard.png" alt="FTR UI Suite Dashboard" /> </p>


✨ Features

  • 26 professionally designed WinForms controls
  • Modern UI components including:
    • RichTextBox
    • DataGridView
    • Ribbon
    • Dashboard
    • Charts
    • Calendar
    • Cards
    • Buttons
    • Labels
    • TextBoxes
    • Toast Notifications
    • And many more...
  • Global Light, Dark, Color, and Duotone themes
  • Centralized ThemeManager
  • High-performance double-buffered rendering
  • DPI-aware custom painting
  • Integrated licensing and activation system
  • Premium feature protection with evaluation watermark support
  • Full XML documentation for IntelliSense
  • Production-ready architecture

📦 Installation

Install from NuGet:

Install-Package FTR.UI.WinForms

🚀 Quick Start

using FTRControls;
using FTRThemes.Themes;

ThemeManager.CurrentTheme = ThemeManager.ThemeMode.Dark;

var card = new FTRCard
{
    Dock = DockStyle.Fill,
    HeaderText = "Dashboard"
};

this.Controls.Add(card);

🎨 Themes

Apply a global theme across your entire application with a single line of code.

ThemeManager.CurrentTheme = ThemeManager.ThemeMode.Dark;

Available theme modes:

  • 🌞 Light
  • 🌙 Dark
  • 🎨 Color
  • 🌓 Duotone

🔐 Licensing

FTR.UI.WinForms is a commercial component library.

Installing the NuGet package does not activate the product.

To unlock premium features:

  1. Download FTR License Manager
  2. Activate your license
  3. Start building your application

Without activation, premium features remain restricted and evaluation watermarks may be displayed.


📚 Documentation

Complete documentation, examples, updates, licensing information and downloads are available on the official website.

🌐 Official Website

https://ftr-ui-suite.vercel.app


🖥 Supported Frameworks

  • .NET Framework 4.7.2
  • .NET 6+ (Windows)

🚀 FTR UI Suite

FTR UI Suite is an expanding family of professional UI libraries and developer tools for .NET.

Current Product

  • ✅ FTR.UI.WinForms

Planned Products

  • FTR.UI.WPF
  • FTR.UI.MAUI
  • FTR.UI.Blazor

💡 About FTR

FTR develops modern software components and developer tools focused on performance, usability, and professional desktop application development.


📞 Support

For documentation, licensing, activation, downloads and technical support, visit:

https://ftr-ui-suite.vercel.app


📄 License

This package is proprietary commercial software.

A valid license is required to unlock premium features.

For licensing information, activation, and support, please visit:

https://ftr-ui-suite.vercel.app


© 2026 FTR. All rights reserved.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net472 is compatible.  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.0.2 50 9/17/2026
1.0.1 115 8/30/2026
1.0.0 113 8/28/2026

Initial public release.