Hi,
would it be possible to add a Height/Width style option that allows measurements to be set relative to the viewport dimensions (similar to how vh and vw work in CSS)? This would make it easier to ensure elements maintain a consistent appearance across different screen sizes and resolutions.
Since the attributes in the IDE’s Object Inspector are applied directly as styling attributes, it might be possible to introduce a ssCustomSizeStyle option. This could use a CustomHeight attribute of type string, allowing developers to specify values like calc(...) directly ( as well as the viewport-relative measurements), without needing to rely on custom CSS classes.