I have form with 10 panels, each of which has a rule that hides the panel if the value of a dropdown field is Not selected.
The rules work well and dependent on the value in the dropdown all panels are hidden except the related value <-> panel choice.
The issue I have is that most of the panels do not release their space on the form when hidden, therefore creating a long scroll to the bottom of the form for submit/save/cancel. I've checked each form and it's set to resize at runtime. Helpful clues appreciated.