PropertyPanel

Just wondering if it’d be possible to expose the expected combined height of the property components held in a PropertyPanel.
Specifically, I’d like to display one in a CallOutBox, but specifying a sensible size is a bit trial-and-error! Ideally, it’d be nice to have some kind of a getContentHeight() function (not sure if the property components calculate their height as a function of width, so may need to provide that as a parameter) - if it’s too big it can scroll, of course, but it’d be nice to be able to get it to fit in the smaller cases automatically :slight_smile: !

Good request, will do…