AdvPanel - Collaps

Good afternoon to all,

there's a way to set the panel heigth when it is collapsed ??

I.E.

Non collapsed panel heigth = 150, colapsed heigth = 80



Thank's



Daniele

Normally, when the panel is in collapsed state, it takes the height of the caption (Panel.Caption.Height), so by using this caption and setting this height, you could control the height in normal state (Panel.Height) and the height in collapsed state (Panel.Caption.Height)