Scrolling in msflexgrid
- From: "Charles Panke" <chal@xxxxxx>
- Date: Fri, 28 Oct 2005 09:18:56 +0200
Hi all,
in a msflexgrid I use the drag function.
If Clicked Then
If Abs(x - DownX) > DragDistance Then
Clicked = False
Grid.Drag
End If
end if
- Works perfect, in the target too. -
The annoying thing is the msflexgrid begins to
scroll when I move the mouse (outside) the control.
I.e. I move the mouse downwards, the msflexgrid scrolls
down too.
The line where I started the drag is invisible then.
Not that good...
The effect goes away when I set msflexgrid.enabled=false.
But I can't find a sure way to enable it afterwards.
Anybody knows a trick to avoid the scrolling in
the msflexgrid?
Thanks and a nice day,
-C-H-A-R-L-E-S-
.
- Prev by Date: Re: A picture on a form
- Next by Date: Re: Variable for a Variable
- Previous by thread: Re: Variable for a Variable
- Next by thread: C++/ VB/ CONTRACT/ IN
- Index(es):
Relevant Pages
|