i need to update items around an edit box when it changes size.
TEdit has no OnResize event.
An edit box can resize at various times, e.g.:
- changing width/height in code
- form scaled for DPI scaling
- font changed
And i'm sure others i don't know about.
i need a single event to know when an edit box has changed its size. Is there a Windows message i can subclass the edit box for and grab?