Actipro Avalonia UI Pro 24.1.1

Released: Jul 22, 2024

24.1.1 での更新項目

機能

  • Fundamentals
    • Updated SegmentedBar to support ScrollViewer.IsScrollChainingEnabled.
  • Themes
    • Updated MenuHeadingFontWeight theme resource from Bold to SemiBold.
    • Updated TextBox control theme to work around a ScrollViewer issue.
  • Shared Library
    • Added new ScrollableOverflowPresenter properties for ScrollBackwardCommand, ScrollForwardCommand, and AllowEmbeddedScrollButtons that can be used to hide the built-in scroll buttons and bind scroll operations to other controls. Added a new sample to demonstrate the feature.
    • Added the ResizablePopupContentHost and PopupResizeGrip primitive controls.
    • Added OverlayInputFilter that can be used with WindowOverlayManager to control which content is disabled when an overlay is displayed (like those used by User Prompt).
    • Improved accessibility of ScrollableOverflowPresenter embedded scroll buttons.
    • Updated ScrollableOverflowPresenter to support ScrollViewer.IsScrollChainingEnabled by only marking mouse wheel events as handled when scrolling was actually performed.

不具合の修正

  • Shared Library
    • Fixed issue where changing ScrollableOverflowPresenter.UseInfiniteConstraint did not trigger an updated layout.
    • Fixed issue where CopyButton and ToggleThemeButton might not have a default theme applied.