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 using the grid, specifically with dynamic content, the row will grow to fit the content, but when the content shrinks the row maintains its largest size.
Steps to reproduce the bug
Create a Grid using Row/Col, with a few rows. In each row put some content, and inside the first row make the content grow and shrink. As it grows, the rows below properly move down, but as it shrinks, they do not move back up.
Expected behavior
I would expect 1) have an option for GrowOnly that uses this behavior, and 2) have an option for GrowAndShrink where the row will resize itself back down as the content inside grows and shrinks.
Screenshots
Initial:
Grow:
Shrink:
NuGet package version
HandyControls (Custom version) 3.4.0
IDE
Visual Studio 2022-preview
Framework type
No response
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the grid, specifically with dynamic content, the row will grow to fit the content, but when the content shrinks the row maintains its largest size.
Steps to reproduce the bug
Create a Grid using Row/Col, with a few rows. In each row put some content, and inside the first row make the content grow and shrink. As it grows, the rows below properly move down, but as it shrinks, they do not move back up.
Expected behavior
I would expect 1) have an option for GrowOnly that uses this behavior, and 2) have an option for GrowAndShrink where the row will resize itself back down as the content inside grows and shrinks.
Screenshots
Initial:
Grow:
Shrink:
NuGet package version
HandyControls (Custom version) 3.4.0
IDE
Visual Studio 2022-preview
Framework type
No response
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: