You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.