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.
我在表单上有 2 个 Richtextboxws。我需要每个文本框占据表单宽度和全高的一半。另外,即使在屏幕上更改了表单大小,我也需要这些文本框来保持上述比例。
任何帮助将非常感激。
将 aTableLayoutPanel与默认的 2 列一起使用,删除最后一行,这样您就只有 1 行。默认情况下,列 SizeType 设置为 50%,因此两列都会按比例增长和缩小。
TableLayoutPanel
在 TableLayoutPanel 控件的每个面板中放置一个 RichTextBox 控件。
设置DockStyle=FillTableLayoutPanel 和两个 RichTextBox 控件。
DockStyle=Fill