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
When a BoxView inside an AbsoluteLayout is defined with AutoSize for width and height, and later its bounds are changed to explicit values and then reset back to AutoSize, the reset fails on iOS. Its width and height remain fixed to the explicit values instead of recalculating back to the default AutoSize.
Description
When a BoxView inside an AbsoluteLayout is defined with AutoSize for width and height, and later its bounds are changed to explicit values and then reset back to AutoSize, the reset fails on iOS. Its width and height remain fixed to the explicit values instead of recalculating back to the default AutoSize.
Screen.Recording.2025-09-05.at.3.39.51.PM.mov
Screen.Recording.2025-09-05.at.3.53.09.PM.mov
Steps to Reproduce
Expected Behavior:
On reset, the BoxView should return to its initial size as defined by AutoSize.
Actual Behavior:
On iOS, the width and height remain stuck at the last explicitly set values.
Link to public reproduction project repository
No response
Version with bug
9.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output