我正在设计一个应用程序,我在其中使用制表符控件,并且在其中一个标签页中,我希望以大于表单大小的方式显示信息,信息显示在各种文本框中.我尝试在设计器代码中添加以下行,但它仍然无法正常工作.
this.AutoScroll = true;
this.AutoScrollMargin = new System.Drawing.Size(20, 20);
this.AutoScrollMinSize = new System.Drawing.Size(this.Width, this.Height);
Run Code Online (Sandbox Code Playgroud)
任何帮助,将不胜感激.