Skip to content

[Testing] Fixed Build error on inflight/ candidate PR 35716 - #35730

Merged
kubaflo merged 1 commit into
dotnet:inflight/candidatefrom
HarishKumarSF4517:harish_candidate_fix_09
Jun 3, 2026
Merged

[Testing] Fixed Build error on inflight/ candidate PR 35716#35730
kubaflo merged 1 commit into
dotnet:inflight/candidatefrom
HarishKumarSF4517:harish_candidate_fix_09

Conversation

@HarishKumarSF4517

Copy link
Copy Markdown
Contributor

This pull request makes layout adjustments to the Issue7814 test case to improve clarity and maintainability. The main changes involve explicitly setting the grid positions of UI elements instead of using extension methods, which helps make the layout logic more transparent.

Layout adjustments:

  • Explicitly set the column for _horizontalOffsetLabel using Grid.SetColumn instead of the .Column(1) extension method. [1] [2]
  • Explicitly set the row for outerScrollView using Grid.SetRow instead of the .Row(1) extension method. [1] [2]
@Ahamed-Ali Ahamed-Ali added area-testing Unit tests, device tests community ✨ Community Contribution labels Jun 3, 2026
@sheiksyedm
sheiksyedm marked this pull request as ready for review June 3, 2026 13:13
@sheiksyedm
sheiksyedm requested a review from kubaflo June 3, 2026 13:13
@kubaflo
kubaflo merged commit abf0a5f into dotnet:inflight/candidate Jun 3, 2026
38 of 41 checks passed
@github-actions github-actions Bot added this to the .NET 10.0 SR8 milestone Jun 3, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 4, 2026
@github-actions github-actions Bot modified the milestones: .NET 10 SR8, .NET 10 SR9 Jul 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-scrollview ScrollView area-testing Unit tests, device tests community ✨ Community Contribution

3 participants