J
jamie
I notice that there is no scroll event for a datagrid in the
compactframework. How can I figure out that a scroll has taken place?
The issue I have is I have a floating textbox overtop of the datagrid column
that I need to reposition and change it's text value to match the selected
column. This works fine when currentcellchanged fires however scrolling
doesn't change the currentcell.
It appears that the textbox doesn't lose focus when the scroll bar is
selected so thats out. Any other ideas?
All I want to do is stop the textbox from being visible when the datagrid is
scrolled since currentcellchanged can remake it visible when it repositions
it.
compactframework. How can I figure out that a scroll has taken place?
The issue I have is I have a floating textbox overtop of the datagrid column
that I need to reposition and change it's text value to match the selected
column. This works fine when currentcellchanged fires however scrolling
doesn't change the currentcell.
It appears that the textbox doesn't lose focus when the scroll bar is
selected so thats out. Any other ideas?
All I want to do is stop the textbox from being visible when the datagrid is
scrolled since currentcellchanged can remake it visible when it repositions
it.