Actipro Avalonia Pro 25.1.1

Released: Jan 16, 2025

25.1.1 버젼 업데이트

기능

  • Bars
    • Updated context flyouts to use the theme's dismiss event pass-through setting.
    • Updated context flyouts to display at the pointer location.
    • Updated BasePopupButtonBase-based controls to have a Button UIA peer control type.
    • Updated controls that use external headers to remeasure RibbonControlGroup properly when the label or small image properties are changed.
  • Fundamentals
    • Added the AvatarGroup.Orientation and OverflowOrientation properties that allow for customizing the layout orientation of non-overflowed and overflowed avatars respectively.
  • Shared Library
    • Added ChromedTitleBar.AllowWindowDragOnPointerPressed property to control whether to invoke BeginMoveDrag on the parent Window during pointer pressed events.
  • All
    • Updated the various SR.GetString methods (used for accessing string resources) that accept string format arguments to allow null objects to be passed.

수정사항

  • Themes
    • Fixed an issue where the ModernTheme.RefreshResources method wouldn't properly update native and Actipro control themes for various ThemeDefinition apperance kind property changes.
  • Shared Library
    • Fixed an issue with WebAssembly on .NET 9 where AnimatedExpanderDecorator would throw InvalidOperationException when animating a change in expansion state.