Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot reload does not work for new ColumnDefinitions style in WinUI 3 #6019

Closed
1 of 2 tasks
harvinders opened this issue Oct 2, 2021 · 3 comments
Closed
1 of 2 tasks
Labels
area-Lists ListView, GridView, ListBox, etc area-Tooling bug Something isn't working product-winui3 WinUI 3 issues team-Markup Issue for the Markup team

Comments

@harvinders
Copy link

harvinders commented Oct 2, 2021

Describe the bug

Changing the ColumnDefitions at runtime does not work, not even changing 50 to 100 works in the following example

<Grid ColumnDefinitions="*,Auto,50,Auto,*">

Infact changing anything with in the Grid has no impact.

Steps to reproduce the bug

Include a Grid with a ColumnDefitions attribute and try changing the content at runtime.

Changing

<Grid ColumnDefinitions="*,Auto,50,Auto,*">

to

<Grid ColumnDefinitions="*,Auto,100,Auto,*">

had no impact

Expected behavior

No response

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 0.8: 0.8.0 (If you're seeing your issue in older previews of WinUI 3, please try this release)

Windows app type

  • UWP
  • Win32

Device form factor

Desktop

Windows version

October 2020 Update (19042)

Additional context

No response

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Oct 2, 2021
@StephenLPeters
Copy link
Contributor

@harvinders you are saying that xaml hot releoad doesn't work for this correct?

@StephenLPeters StephenLPeters added area-Lists ListView, GridView, ListBox, etc area-Tooling product-winui3 WinUI 3 issues team-Markup Issue for the Markup team needs-author-feedback Asked author to supply more information. and removed needs-triage Issue needs to be triaged by the area owners labels Oct 20, 2021
@harvinders
Copy link
Author

harvinders commented Oct 20, 2021 via email

@ghost ghost added needs-triage Issue needs to be triaged by the area owners and removed needs-author-feedback Asked author to supply more information. labels Oct 20, 2021
@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Dec 6, 2022
@evelynwu-msft evelynwu-msft added the bug Something isn't working label Jul 11, 2023
@evelynwu-msft
Copy link
Contributor

Duplicate of #5944.

@evelynwu-msft evelynwu-msft closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Lists ListView, GridView, ListBox, etc area-Tooling bug Something isn't working product-winui3 WinUI 3 issues team-Markup Issue for the Markup team
Projects
None yet
Development

No branches or pull requests

4 participants