On Wed Jan 4 20:00:14 2023 +0000, Esme Povirk wrote:
This seems complicated. Wouldn't it be easier to adjust the control's size and position? I remember you mentioned issues with controls drawing over other controls. You might need the WS_CLIPCHILDREN style?
It is indeed, my understanding that since by default the text is aligned to the top my options were: - match the height with crumbs, but now the text is aligned at the top, - match the height with text height, but now the height doesn't match with crumbs so there's a thin text edit in the middle.
When looking around for "how to vertically center a text edit" this was what I stumbled upon. I am a WinAPI noob so might be blind to some obvious better solution to this.