Rilasci di Actipro WPF Studio

Released: Dec 17, 2024

Aggiornamenti in 24.1.4

Funzionalità

  • Bars
    • Added the StandaloneToolBar.OverflowButtonKeyTipText property.
    • Improved keyboard navigation within an editable BarComboBox popup.
    • Improved how KeyTipService tracks root key tip scopes.
    • Improved how screen tips derive content.
    • Improved StandaloneToolBar overflow layout logic.
    • Improved BarPopupButtonBase logic for exiting menu mode.
    • Updated BasePopupButtonBase-based controls to have a Button UIA peer control type.
  • Docking
    • Added the DockSite...

Released: Sep 10, 2024

Aggiornamenti in 24.1.3

Funzionalità

  • Bar Code
    • Updated QRCodeSymbology to support Extended Channel Interpretation (ECI), which allows all UTF-8 characters.
  • Bars
    • Added the Ribbon.AreTabsVisible property, which can be set to false to hide ribbon tabs when there is only a single tab in the ribbon. It is recommended to also hide the application button and the tab row toolbar when using this feature.
    • Added the Ribbon.GroupLabelMode property, which can be set to Always when a ribbon in Simplified layout mode should display...

Released: Apr 24, 2024

Aggiornamenti in 24.1.2

Funzionalità

  • Bars
    • Added the RibbonBackstage.CanSelectFirstTabOnOpen property, which determines if Backstage should automatically select its first tab when it opens.
    • Added the Ribbon.ClearFooterCommand property, which, by default, will set the Ribbon.FooterContent property to null when invoked. In MVVM scenarios, RibbonViewModel replaces the default command with one that will set the RibbonViewModel.Footer property to null when invoked.
    • Added the RibbonFooterInfoBarContentViewModel that, once...

Released: Feb 26, 2024

Aggiornamenti in 24.1.1

Funzionalità

  • All
    • Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
    • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
    • The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
    • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser...

Released: Dec 5, 2023

Aggiornamenti in 23.1.4

Funzionalità

  • Bars
    • Added the MaxPopupHeight property to the BarComboBox and BarComboBoxViewModel classes, which can restrict the maximum height of the drop-down.
    • Updated KeyTipService so that if the KeyTipInvoked attached event is unhandled and no target scope or focus restore occurred, the target element will be focused.
    • Updated all controls to flag e.Handled in KeyTipService.KeyTipInvoked attached event handlers when action is taken.
    • Updated RibbonTabHeader to use the AutomationProperties...

Released: Sep 11, 2023

Aggiornamenti in 23.1.3

Funzionalità

  • Editors
    • Added a new Custom Edit Box QuickStart sample demonstrating how to build an edit box for a custom type.
    • Updated each edit box template to bind the TabIndex property down to the embedded TextBox control.
  • Gauge
    • Added a PointerBase.StartDrag method that can programmatically start a pointer drag operation when the left mouse button is pressed elsewhere in the gauge.
  • Grids
    • Updated TreeListBoxAutomationPeer's implementation of the IItemContainerProvider interface.
  • Shell
    • Updated...

Released: Jun 14, 2023

Aggiornamenti in 23.1.2

Correzioni

  • Themes
    • Fixed an issue introduced in v23.1.0 where adorners would no longer show for title bar controls, which could prevent key tips for controls in a ribbon QAT from displaying.

Released: Jun 12, 2023

Aggiornamenti in 23.1.1

Funzionalità

  • Bars
    • Added method which updates view model properties from 'DisplayAttribute' data after a locale change.
    • Improved internal BarMenuGallery-related layout logic.
  • Editors
    • Improved MonthCalendar keyboard navigation.
    • Improved MonthCalendar UI automation peer configuration.
    • Improved ColorPicker UI automation peer configuration.
    • Updated the AutoCompleteBox suggestion list to announce the current selection in screen reader apps when keyboard navigation keys are used.
  • Grids
    • Added a...

Released: Apr 19, 2023

Aggiornamenti in 23.1.0

Funzionalità

  • All
    • Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
    • Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
    • Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
    • Updated all assemblies to be code-signed.
  • Bars
    • Added a new Bars product, which implements...

Released: Apr 4, 2023

Aggiornamenti in 22.1.5

Funzionalità

  • All
    • Validated Microsoft .NET 7 compatibility.
    • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.
  • Docking
    • Improved tool window-only layout deserialization logic for tool windows that will restore to tabbed MDI.
  • Grids
    • Improved UIA peer logic.
    • Updated TreeListBox.InvalidateChildren to work properly for the root item when IsRootItemVisible is false.
    • Updated TreeListBox to not handle number pad arithmetic keys if focus is within an embedded...