lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.74k stars 756 forks source link

Set Expander content height to * instead of Auto #1186

Closed JakobFerdinand closed 3 months ago

JakobFerdinand commented 4 months ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

In the current state the Expander does not respect the space given to it. If the content get´s higher than the Expander is allowed to be all the remaining content is hiding behind. image See #1180 for more infos.

Issue Number: fixes #1180

What is the new behavior?

In the new behavior the size of content of the Expander is restricted to the size given to the Expander. image