Expander - can the expander expand to occupy all the space it's parent allow?

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 4 months ago by Eyal Lefler
Version: 23.1.4
Avatar

Hi,

currently when i insert animated expander to a parent with a large space, the expander (when IsExpanded = true)  occupy only the space it needed for the expander content. How can i make the expander occupy the entire avialable space (only when IsExpanded = true)?

Comments (1)

Posted 3 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

I did a test by putting this in a large area and it filled the space with the Button when the expander was expanded:

<shared:AnimatedExpander Header="Header">
  <Button>Test</Button>
</shared:AnimatedExpander>

Can you tell us how to reproduce what you see in one of our samples?


Actipro Software Support

The latest build of this product (v24.1.2) was released 4 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.