Actipro WPF Studio 25.1.3
Released: Jan 22, 2026
25.1.3 での更新項目
機能
Bars
- Improved UI Automation for BarComboBox.
- Updated RibbonViewModel to synchronize the SelectedItem property with the Tabs collection by always selecting the first tab when no selection is currently defined or the previous selection is removed.
- Updated some bar controls to use a new resource brush for focused borders.
Charts
- Improved X/Y and pie charts to support binding to DataTable and DataView objects as an ItemsSource.
Editors
- Added DateTimeEditBox.ParsingStyles property that can be used to influence how strings are parsed as date/time values.
- Updated CoerceValidValue logic to better handle when nulls are not allowed.
Grids
- Updated PropertyModelStringFilter logic to only include category models via descendants and only include category editor models on Category match.
Micro Charts
- Improved X/Y micro charts to support binding to DataTable and DataView objects as an ItemsSource.
SyntaxEditor
- Python Language Add-on
- Improved the Python resolver logic for resolving classes.
不具合の修正
Bars
- Fixed InvalidOperationException that might be thrown when using a background thread to change properties of the selected item in a BarComboBox.
- Fixed a rare issue with a Ribbon using simplified layout where some non-Bars controls might not render in the ribbon if the RibbonGroup was collapsing.
SyntaxEditor
- Fixed an issue recently introduced in the Language Designer where lexical pattern group pattern types could incorrectly change from Regex to Explicit.
- .NET Languages Add-on
- Fixed an issue in the C# parser grammar where the 'record' keyword couldn't be used as a variable properly.