ComponentOne Studio for WinUI and MAUI 2023 v3

Released: Dec 6, 2023

Aggiornamenti in 2023 v3

Funzionalità

  • Added support for Microsoft .NET 8.
  • New Project Templates for ComponentOne WinUI and MAUI Controls
    • When you create a new project, you can select the C1 "GridApp" Template and get a ready-to-go app that showcases the FlexGrid control. This is a quick way to test the control as the references and a data source are pre-programmed for you.
  • Transposed Grid for WinUI and MAUI
    • Similar to WPF and Blazor, support for creating a transposed datagrid has been added in WinUI 3.0 and MAUI. A transposed grid flips the rows and columns so that the headers display down the left side and rows display across the screen. Get full touch support with snapback animation, column (row) header dragging, and more. You can enable the transposed feature by simply adding one line of XAML, the new TransposedGridBehavior.