ComponentOne Studio WPF 2023 v3

Released: Dec 6, 2023

Updates in 2023 v3

Funktionen

  • Added support for Microsoft .NET 8.
  • FlexGrid Footer & Summary Row
    • Added support for column footer rows in FlexGrid for WPF. The column footer rows allow you to display fixed rows along the bottom of the grid, enabling common scenarios such as a summary row. A specialized type of row called GridSummaryRow is now also included that offers built-in aggregation for summarizing column values. At runtime, users can even configure the aggregation.
  • Transposed Grid for WPF
    • Added a new sample and built-in behavior that demonstrates how to create a WPF transposed datagrid using FlexGrid for .NET 8. A transposed grid flips the rows and columns so that the headers display down the left side and rows display across the screen. You can enable the transposed feature by simply adding one line of XAML, the new TransposedGridBehavior.
  • Additional WPF Improvements
    • FlexReport for .NET Standard is now supported on Linux operating systems.
    • C1TabControl now includes a new PopupStyle property.
    • C1ComboBox selection behavior has been improved. Using the arrows or PageUp/PageDown keys in the drop-down part moves focus to different items but does not change the selection. Now, to select the currently focused item, users should press the Space or Enter key.