0

تاپیک جامع نکات در سی شارپ

 
siryahya
siryahya
کاربر طلایی1
تاریخ عضویت : اسفند 1389 
تعداد پست ها : 158652
محل سکونت : ▂▃▄▅▆▇█Tabriz█▇▆▅▄▃▂

پاسخ به:تاپیک جامع نکات در سی شارپ
سه شنبه 22 اردیبهشت 1394  10:23 PM

رنگی کردن سطرهای دیتاگرید ویو
کد:
using System;
using System.Drawing;
using System.Windows.Forms;
 
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
 
        private void Form1_Load(object sender, EventArgs e)
        {
            this.dataGridView1.Rows.Add(new object[] { 1,2,3});
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
            this.dataGridView1.Rows.Add(new object[] { 1, 2, 3 });
 
            for (int counter = 0; counter < this.dataGridView1.Rows.Count; counter++)
            {
                if (counter % 2 == 0)
                {
                    this.dataGridView1.Rows[counter].DefaultCellStyle.BackColor = Color.LightGray;
                }
            }
        }
 
    }
}

 

ترکی زبان قربون صدقه رفتنه داریم که: گوزلرین گیله‌سین قاداسین آلیم که یعنی درد و بلای مردمک چشات به جونم …!.

تشکرات از این پست
دسترسی سریع به انجمن ها