ComponentOne Studio WinForms 릴리스

Released: Dec 10, 2025

2025 v2 버젼 업데이트

기능

  • Added .NET 10 and Visual Studio 2026 support.
  • New FlexDiagram (Beta): WinForms Diagram Library
    • FlexDiagram is a powerful .NET control that transforms flat or hierarchical data into visually rich and interactive diagrams:
      • Create Quick Diagrams in C# - create data-bound or unbound diagrams with minimal code.
      • Highly Customizable Graphics - configure every aspect of the diagram, including flow direction, node shapes, connecting lines, and arrows.
      • MermaidJS Syntax Support - Load entire diagrams...

Released: Sep 23, 2025

2025 v1.2 버젼 업데이트

기능

  • New FlexGrid Gemini AI Filtering Sample
    • In the new Gemini AI Filtering sample, it uses the AI service to generate a filter definition that can be applied to FlexGrid.
    • There are pros and cons to each approach. The new approach is lighter and does not give Gemini access to the data itself. The downside is that the types of filters that can be created may be limited to what can be represented in a standard filter definition string.
  • Create Custom Context Menus in FlexGrid
    • This release includes a...

Released: Jun 3, 2025

2025 v1 버젼 업데이트

기능

  • FlexGrid for WinForms Enhancements
    • New Column Filter UI - Redesigned built-in column filters with a modern, intuitive tabbed UI that separates value filters from conditional filters. Plus, added new distinct, null and non-null filtering options.
      • The new UI changes are nearly 100% backward compatible with full theming support. If you've customized the previous UI, you will need to update your code.
        • ConditionFilter.Condition1 and Condition2 should be replaced with ConditionFilter.Conditions[i...

Released: Dec 4, 2024

2024 v2 버젼 업데이트

기능

  • .NET 9 Support
    • .NET apps will have even more modular flexibility and improved performance.
    • As with previous versions of .NET, there are often sweeping changes and issues across the entire .NET stack. The MESCIUS team has been diligently working with every .NET 9 preview this past year to address these changes before they reach users. This includes changes to the drag-and-drop cursor, clipboard, and binary serialization in several of their libraries.
    • Please note that, like .NET 7, MESCIUS are...

Released: Jun 5, 2024

2024 v1 버젼 업데이트

기능

  • Microsoft Office 365 Themes for WinForms (Beta)
    • Designed a new, updated look for the Windows Forms controls based on the Microsoft 365 applications. These themes are similar to previous Office themes but with a bit more spacing, rounded corners, and more. This is the first public release of the Microsoft Office 365 Themes with support for FlexGrid, FlexChart, Ribbon, Accordion, and Input, as well as partial support for other controls.
    • There are several Office 365 Themes: White, Dark Gray...

Released: Dec 6, 2023

2023 v3 버젼 업데이트

기능

  • Added support for Microsoft .NET 8.
  • New WinForms Editor for .NET 6 and .NET 8
    • The rich text editor, C1Editor, has recently been rewritten for .NET 6, and the new versions for .NET 6 and 8 now include improved image editing, a new GetInnerHTML method, PDF export, and a SelectedTextChanged event.
    • The rich text editor for WinForms manages rich text as HTML, so it has many use cases, such as editing raw HTML for a database record, syntax highlighting for code editors, and presenting a desktop...

Released: Aug 2, 2023

2023 v2 버젼 업데이트

기능

  • FlexChart for WinForms Design-Time Enhancements
    • Easily configure the most common features quickly.
    • Change the chart type, palette, data source, and bindings, and add/edit the series collection directly from the smart tag.
  • FlexGrid for WinForms Hover Styles
    • The hover styles provide a visual cue to the user as they move the mouse across rows, columns, cells, or selections.
    • Set different styles, such as background color, text color, border color, etc., on the hovered cells using the Styles...

Released: Mar 29, 2023

2023 v1 버젼 업데이트

기능

  • FlexGrid Search Supports All Occurrences - When users search FlexGrid using the Search Panel, FlexGrid now highlights all occurrences of the search text in a cell. This is also helpful in cases where a pattern of text is being searched.
  • FlexGrid Save Layout Enhancements - FlexGrid now supports saving and loading layouts at design and runtime. This allows you to more easily persist column layouts between runs of the application without having to save the data itself.
  • FlexGrid XML Updates - At...

Released: Dec 7, 2022

2022 v3 버젼 업데이트

기능

  • Added Microsoft .NET 7 support.
  • Enhanced Designers for .NET 6+ controls - Improved design-time editors and designers for the .NET 6+ controls to give you a rich experience while designing your application. For example, FlexGrid now has the complete and familiar designer you used when designing .NET Framework applications. Other controls have also been enhanced.
  • FlexGrid Custom Filters - FlexGrid for WinForms now supports an easier way to create custom column filters. You can now implement...

Released: Aug 3, 2022

2022 v2 버젼 업데이트

기능

  • Microsoft .NET 6 Accordion (beta), List and Sizer Controls - The Accordion control is a compact interface to help expand and collapse a specific view from a stacked list of views. You can style the panes or customize the header for a modern look and feel. This control fills the gap created by .NET 4.5.2 NavBar and OutBar controls which were not ported to .NET 6. C1List, C1 Combo, C1Sizer, and C1SizerLight controls have also been migrated to .NET 6.
  • .NET Framework 4.8 Controls - Since...