❔ [WINFORMS] Make textbox scale vertically according to its content.
I want to make a component for displaying the update log of an app. The update log contains multiple commits with their description and summary. I want to display each commit in its own container, and have a scrollable list of these containers.
I need the textboxes to be able to scale vertically, so their content can fit. (i am using wordwrap)
I need the textboxes to be able to scale vertically, so their content can fit. (i am using wordwrap)

