Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望第一行文本显示在 TextBox 的底部而不是顶部,这可能吗?我不想在附加第一行之前先用回车填充,我希望有更好的方法。
添加
VerticalAlignment= "bottom"
这应该使文本从文本框的底部开始对齐。我不知道当您的输入超过框的长度时会发生什么。