public void dataGridView1_Scroll(object sender, ScrollEventArgs e)
        {                  if (e.Type == ScrollEventType.EndScroll)
            {
                
                MessageBox.Show("");
            }
        }上边的对话框无论怎么弄都弹不出来大家帮我解决啊。。