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

Grid Row does not shrink properly #1374

Closed
VagyokC4 opened this issue Mar 23, 2023 · 0 comments
Closed

Grid Row does not shrink properly #1374

VagyokC4 opened this issue Mar 23, 2023 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@VagyokC4
Copy link

VagyokC4 commented Mar 23, 2023

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:
image

Grow:
image

Shrink:
image

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

@NaBian NaBian added the 🐛 bug Something isn't working label Jun 6, 2023
@NaBian NaBian closed this as completed in 81ddae5 Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants