Merhaba form üzerine listview üzerinde 26 kolon bulunmakta yalnız scroolling ilk açıldığında aktif olmuyor yukarda kolonu oynattığım zaman aktif oluyor haliyle kolon sayısı fazla olduğu için kaydıramıyorum
private void InitializeComponent()
{
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader21 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader22 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader23 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader24 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader25 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader26 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader27 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12,
this.columnHeader13,
this.columnHeader14,
this.columnHeader15,
this.columnHeader16,
this.columnHeader17,
this.columnHeader18,
this.columnHeader19,
this.columnHeader20,
this.columnHeader21,
this.columnHeader22,
this.columnHeader23,
this.columnHeader24,
this.columnHeader25,
this.columnHeader26,
this.columnHeader27});
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(23, 25);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(1889, 888);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "ID";
this.columnHeader1.Width = 70;
//
// columnHeader2
//
this.columnHeader2.Text = "STOK KODU";
this.columnHeader2.Width = 100;
//
// columnHeader3
//
this.columnHeader3.Text = "KAYIT TARİHİ";
this.columnHeader3.Width = 100;
//
// columnHeader4
//
this.columnHeader4.Text = "ÜRÜN GRUBU";
this.columnHeader4.Width = 120;
//
// columnHeader5
//
this.columnHeader5.Text = "GRUP KODU VE İSMİ";
this.columnHeader5.Width = 180;
//
// columnHeader6
//
this.columnHeader6.Text = "STOK CİNSİ";
this.columnHeader6.Width = 110;
//
// columnHeader7
//
this.columnHeader7.Text = "DEPOLAMA YERİ";
this.columnHeader7.Width = 120;
//
// columnHeader8
//
this.columnHeader8.Text = "BİRİM";
this.columnHeader8.Width = 100;
//
// columnHeader9
//
this.columnHeader9.Text = "MİKTAR";
this.columnHeader9.Width = 100;
//
// columnHeader10
//
this.columnHeader10.Text = "RAF";
this.columnHeader10.Width = 100;
//
// columnHeader11
//
this.columnHeader11.Text = "ÜRÜN TİPİ";
this.columnHeader11.Width = 120;
//
// columnHeader12
//
this.columnHeader12.Text = "FİRMA ";
this.columnHeader12.Width = 100;
//
// columnHeader13
//
this.columnHeader13.Text = "MARKA 1";
this.columnHeader13.Width = 100;
//
// columnHeader14
//
this.columnHeader14.Text = "MARKA 2";
this.columnHeader14.Width = 100;
//
// columnHeader15
//
this.columnHeader15.Text = "SERİ NUMARASI";
this.columnHeader15.Width = 100;
//
// columnHeader16
//
this.columnHeader16.Text = "DURUM";
this.columnHeader16.Width = 100;
//
// columnHeader17
//
this.columnHeader17.Text = "STOK ADI";
this.columnHeader17.Width = 120;
//
// columnHeader18
//
this.columnHeader18.Text = "FİŞ NUMARASI";
this.columnHeader18.Width = 100;
//
// columnHeader19
//
this.columnHeader19.Text = "KDV";
this.columnHeader19.Width = 80;
//
// columnHeader20
//
this.columnHeader20.Text = "ALIŞ FİYATI";
this.columnHeader20.Width = 100;
//
// columnHeader21
//
this.columnHeader21.Text = "İRSALİYE NUMARASI";
this.columnHeader21.Width = 100;
//
// columnHeader22
//
this.columnHeader22.Text = "TESLİM ALAN PERSONEL";
this.columnHeader22.Width = 120;
//
// columnHeader23
//
this.columnHeader23.Text = "NOTLAR";
this.columnHeader23.Width = 150;
//
// columnHeader24
//
this.columnHeader24.Text = "STOĞA GİRİLEN ADET";
this.columnHeader24.Width = 150;
//
// columnHeader25
//
this.columnHeader25.Text = "STOKTAN ÇIKAN ADET";
this.columnHeader25.Width = 150;
//
// columnHeader26
//
this.columnHeader26.Text = "STOKTA KALAN ADET";
this.columnHeader26.Width = 150;
//
// columnHeader27
//
this.columnHeader27.Text = "İŞLEM DURUMU";
this.columnHeader27.Width = 100;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1924, 925);
this.Controls.Add(this.listView1);
this.Name = "Form2";
this.Text = "STOK KART EKRANI";
this.Load += new System.EventHandler(this.Form2_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ColumnHeader columnHeader12;
private System.Windows.Forms.ColumnHeader columnHeader13;
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.ColumnHeader columnHeader15;
private System.Windows.Forms.ColumnHeader columnHeader16;
private System.Windows.Forms.ColumnHeader columnHeader17;
private System.Windows.Forms.ColumnHeader columnHeader18;
private System.Windows.Forms.ColumnHeader columnHeader19;
private System.Windows.Forms.ColumnHeader columnHeader20;
private System.Windows.Forms.ColumnHeader columnHeader21;
private System.Windows.Forms.ColumnHeader columnHeader22;
private System.Windows.Forms.ColumnHeader columnHeader23;
private System.Windows.Forms.ColumnHeader columnHeader24;
private System.Windows.Forms.ColumnHeader columnHeader25;
private System.Windows.Forms.ColumnHeader columnHeader26;
private System.Windows.Forms.ColumnHeader columnHeader27;
}
}