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
The issue is the behavior is different based on the initial state. When IsExpanded="True", then everything looks fine, aka this is the behavior I want and would expect
When IsExpanded="False" however, after expanding it looks like this:
it will only recompute the layout cycle once I start typing into the field
Behavior in action:
is there any way to ensure that the layout behavior is not dependent on the initial state of the IsExpanded property?
Expected Behavior
The visual result should be identical when reaching the expanded state, regardless of whether it started in the expanded state or not.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
The existing issues surfaced 2 similar issues, which however are not quite identical to the behavior I am encountering
Related issues: #1557, #1656
I have an expander (simplified code with inline example content instead of viewmodel bindings)
The issue is the behavior is different based on the initial state. When
IsExpanded="True"
, then everything looks fine, aka this is the behavior I want and would expectWhen
IsExpanded="False"
however, after expanding it looks like this:it will only recompute the layout cycle once I start typing into the field
Behavior in action:
is there any way to ensure that the layout behavior is not dependent on the initial state of the
IsExpanded
property?Expected Behavior
The visual result should be identical when reaching the expanded state, regardless of whether it started in the expanded state or not.
Steps To Reproduce
Create new sample app
Add code provided above
Link to public reproduction project repository
tbd
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: