Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1045 | Sep 17,2002 09:49 AM UTC | Sep 17,2002 10:21 PM UTC | WinForms | 1 |
![]() |
Tags: FAQ |
private void dataGrid1_Scroll(object sender, System.EventArgs e) { object o = this.dataGrid1.GetChildAtPoint(this.dataGrid1.PointToClient(Control.MousePosition)); VScrollBar vScroll = o as VScrollBar; if(vScroll != null) Console.WriteLine("VScroll"); else Console.WriteLine("HScroll"); }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.