Skip to content

v24.1.1

Compare
Choose a tag to compare
@billhenn billhenn released this 22 Jul 17:26
· 6 commits to develop since this release

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