Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Sep 16, 2024

Backport of #9703 to release/9.0
/cc @dipeshmsft @siagupta0202

Fixes #9197

Description

Fixes visibility of ScrollViewer in TextBox in the new Fluent styles introduced in .NET 9.

In the previous styles ( Aero2 ) when we set the ScrollViewer.HorizontalScrollBarVisibility or ScrollViewer.VerticalScrollBarVisibility on TextBox, scrollbars appear in the TextBox area, however in the new Fluent styles, the properties did not work. This PR fixes the above issue

Regression

Technically no, but any developer who will try to port their application to use the new styles will face this issue and the property won't work for them.

Testing

Local build pass. Tested with sample application.

Risk

NA

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.
  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.
Microsoft Reviewers: Open in CodeFlow

@github-actions github-actions bot requested review from a team as code owners September 16, 2024 19:00
@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Sep 16, 2024
@dipeshmsft dipeshmsft added this to the 9.0.0 milestone Sep 16, 2024
pchaurasia14
pchaurasia14 previously approved these changes Sep 17, 2024
@dipeshmsft dipeshmsft merged commit a55b536 into release/9.0 Sep 17, 2024
@dipeshmsft dipeshmsft deleted the backport/pr-9703-to-release/9.0 branch September 17, 2024 19:59
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

PR metadata: Label to tag PRs, to facilitate with triage Servicing-approved Win 11 Theming

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants