You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use lots of modules, and some of my modules are dynamically sized either by tables that grow, or controls that have dymamic visibility. The issue is when embedded in an app, the module is a fixed height, disregarding what is going on with within the module. This really limits certain modules and what they can do dynamically, as well as creating alot of ugly whitespace for modules that aren't filled out by their controls.
Describe the solution you'd like
Have an option "Dynamically Size" where the module is always the minimum size to fit all of its controls.
Describe alternatives you've considered
CSS, But I could not get that to work.