I need to align text to the bottom of a multiline TextBox in Windows Forms - can't figure out how!
In WPF you can set the VerticalContent Alignment property, easy answer, but it looks like there is no such property in Windows Forms TextBox!
But I have seen it done many times in Windows Forms-based apps and I wonder how do they do it?
In WPF you can set the VerticalContent Alignment property, easy answer, but it looks like there is no such property in Windows Forms TextBox!
But I have seen it done many times in Windows Forms-based apps and I wonder how do they do it?

Comment