Reading the documentation I see that there are resize events that can be listened for, however I do not see one for ResizeEnd or ResizeComplete. Is there an event on Window or does it inherit any ability to handle when a resize operation is completed.
Use case: I would like to resize contents of a an ojbect in a Window, however, I don't want to handle every resize event along the way to it being completed. I would also like to leave the animation property set to true if possible.
Thanks,
Use case: I would like to resize contents of a an ojbect in a Window, however, I don't want to handle every resize event along the way to it being completed. I would also like to leave the animation property set to true if possible.
Thanks,
Comment