10. august 2005 - 10:49Der er
7 kommentarer og 1 løsning
Checkbox control
Heysa..
Jeg har flg:
for(int i=0; i<Form1.ArrList1.Count; i++) { Form2.label1 = new System.Windows.Forms.Label(); Form2.check1 = new System.Windows.Forms.CheckBox(); Form2.label2 = new System.Windows.Forms.Label(); Form2.check2 = new System.Windows.Forms.CheckBox();
Form2.label1.Location = new System.Drawing.Point(20, (80*i)+80); Form2.label2.Location = new System.Drawing.Point(200, (80*i)+80); Form2.check1.Location = new System.Drawing.Point(5, (80*i)+80); Form2.check1.Location = new System.Drawing.Point(185, (80*i)+80);
Før havde jeg en AutoScroll=true, der bare satte hhv. vertikal og horisontal scrollbars, når "indholdet" rakte ud over formens rammer, men den virker ikke, efter at jeg har ændret det som anbefalet. Har du en ide om hvad det kan være??
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.