تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
سؤال بخصوص CellBackcolor Selection in Datagridview .net
#3
With DataGridView1
   .DefaultCellStyle.BackColor = Color.White
   .DefaultCellStyle.ForeColor = Color.Black
   .RowsDefaultCellStyle.SelectionBackColor = Color.White
   .RowsDefaultCellStyle.SelectionForeColor = Color.Black
   .AlternatingRowsDefaultCellStyle.BackColor = Color.FromArgb(127, 255, 253)
   .AlternatingRowsDefaultCellStyle.ForeColor = Color.Black
   .AlternatingRowsDefaultCellStyle.SelectionBackColor = Color.FromArgb(127, 255, 253)
   .AlternatingRowsDefaultCellStyle.SelectionForeColor = Color.Black
End With
الرد }}}
تم الشكر بواسطة: حريف برمجة


الردود في هذا الموضوع
RE: سؤال بخصوص CellBackcolor Selection in Datagridview .net - بواسطة T 1 - 13-09-20, 12:07 AM


التنقل السريع :


يقوم بقرائة الموضوع: