This is a really nice feature and makes some of my UI development so much easier, thank you!
I was just wondering, is it possible to expose the size that would be set if AutomaticSize was enabled in a read only property (similar to AbsoluteContentSize for the UI Layouts)?
My use case for this would be that I want to animate in a frame by making it “grow” in size from 0,0 at the centre - this can’t currently be done since AutomaticSize would override it! I would then be able to use this property to determine the size that the frame should grow to, and use that in my animation.
I also saw earlier in the thread about someone suggesting the ability to set an Animate property? I think exposing a property and letting us decide our own animation to apply in our code would make it much more flexible (but both these suggestions don’t necessarily need to be mutually exclusive!)