Solved!
Realized I should adjust the AutoScrollMinSi ze property.
User Profile
Collapse
-
I have even tried resizing TabPage1 after adding it to TabControl1. But the size does not change!...Leave a comment:
-
Scroll Bars in TabPage
I am trying to have a large tabpage with scroll bars.
I do the following:
Code:this.TabPage1 = new TabPage(); this.TabPage1.AutoScroll = true; this.TabPage1.Size = new System.Drawing.Size(1000, 1000);
Code:this.TabControl1 = new System.Windows.Forms.TabControl() this.TabControl1.TabPages.(TabPage1)
-
C# Forms and Threading
I have developed a multi form application in C#!
I do not start them in different threads. I simply create new forms like this:
Code:this.Form= new Form1(); this.Form.Show();
I have checked my task manager. No matter how many forms I start, the number of threads is still the same!...
No activity results to display
Show More
Leave a comment: