本文介绍了TextBox垂直文本对齐方式(Windows窗体)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要将文本对齐到Windows窗体中多行TextBox的底部 - 无法弄清楚如何!
在WPF中你可以设置VerticalContentAlignment属性,轻松回答,但看起来Windows窗体TextBox中没有这样的属性!
但我已经在基于Windows窗体的应用程序中看到它多次,我想知道他们是如何做到的?
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 VerticalContentAlignment 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?
推荐答案
展开 | 选择 | 换行 | 行号
这篇关于TextBox垂直文本对齐方式(Windows窗体)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!