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.
Please check the type of change your PR introduces:
[ ] Update
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
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.
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.
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 theExpander
is allowed to be all the remaining content is hiding behind. 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 theExpander
.