When setting the clipStaticValue property to true (in my case on a TextItem) the content is no longer centered vertically when the item is readonly. I also set the staticHeight property to null (so it uses the height).
I don't necessarily need clipStaticValue if there's another way to prevent long content from making my forms wider than they are supposed to be. So basically the problem I'm facing is that long content stretches the form when in read-only mode. I've attached the results in two small images.
I don't necessarily need clipStaticValue if there's another way to prevent long content from making my forms wider than they are supposed to be. So basically the problem I'm facing is that long content stretches the form when in read-only mode. I've attached the results in two small images.
Comment