ComponentOne Studio WPF 2025 v1
Released: Jun 3, 2025
Updates in 2025 v1
Features
- New Rules Manager UI Library
- Let users define and manage their own conditional formatting rules at runtime with Rules Manager for WPF. For example, your end-users can create a rule to highlight all DataGrid values that fall below a certain threshold completely at runtime without requiring you, the developer, to write the rules.
- Feature Highlights:
- Cell text and background formatting.
- Gradient fills and progress bars.
- Value-based symbols (e.g., arrows for trends).
- Persistent rule saving for future sessions.
- Optimized for use with FlexGrid, FlexPivot, DataGrid, and ListView.
- FlexGrid for WPF Enhancements
- Scroll Tips - Show custom tooltips as users scroll the FlexGrid. For large data sets, it can be helpful to display row information to the user as they scroll so they can better understand where they are in the dataset. This feature can be implemented using the new ScrollTip event.
- Freeze Columns to the Right and Rows to the Bottom - Previously limited to left and top-side freezing, now users can keep right-side columns and bottom rows fixed for total calculations.
- Other WPF Enhancements
- New ToggleSwitch Control - A clean, Fluent and Material compatible switch control is now part of the C1.WPF.Input library.
- Improved Formatting - Better handling of leading zeros in C1NumericBox formats like "F2" and "##0.00".
- New SelectionChanged Event - Track when users modify the selection inside the C1NumericBox control.
- Radial Menu Access Keys Support - Enable familiar ALT+key shortcuts in C1RadialMenu.
- Enhanced Design Time Experience for Several Controls - Suggested actions help you quickly get started using WPF UI controls in the Visual Studio design surface. Added new suggested actions for several controls, including FinancialChart, C1FilterEditor, C1TileListView, C1ToolbarStrip, C1Barcode, C1Expander, C1ProgressBar, and C1MultiSelect.