Lançamentos do Actipro Bars for WPF

Released: Dec 17, 2024

Atualizações na 24.1.4

Recursos

  • 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.

Correções

  • Fixed an issue where BarComboBox could clear its Text on...

Released: Sep 10, 2024

Atualizações na 24.1.3

Recursos

  • 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 group labels.
  • Added the BarComboBox.InlineImageSourcePath property that can bind to an ImageSource-based property on the selected...

Released: Apr 24, 2024

Atualizações na 24.1.2

Recursos

  • 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 configured...

Released: Feb 26, 2024

Atualizações na 24.1.1

Recursos

  • 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 requires...

Released: Dec 5, 2023

Atualizações na 23.1.4

Recursos

  • 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.AutomationId...

Released: Jun 12, 2023

Atualizações na 23.1.1

Recursos

  • Added method which updates view model properties from 'DisplayAttribute' data after a locale change.
  • Improved internal BarMenuGallery-related layout logic.

Correções

  • Fixed an issue where changes to a Ribbon's DataContext could cause a gallery to display items with an incorrect appearance.
  • Fixed an issue where BarComboBox text was not updated if the corresponding property on the selected view model was changed.
  • Fixed an issue where BarMenuGallery may not remeasure width properly when its...