9Rays,
I am dragging a node from one FlyGrid to another, and every once in a while I get the Exception listed below. I haven't investigated it really yet, but it happens only once in a while; meantime, I thought I'd give you a head's up. Is this any sort of a known issue? Thanks.
Type : System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Object reference not set to an instance of an object.
Source : NineRays.FlyGrid
Help link :
Data : System.Collections.ListDictionaryInternal
TargetSite : System.Drawing.Rectangle (NineRays.Windows.Forms.Grids.FlyGridViewPort, NineRays.Windows.Forms.Grids.FlyGridViewPort)
Stack Trace : at NineRays.Windows.Forms.FlyGrid.(FlyGridViewPort , FlyGridViewPort )
at NineRays.Windows.Forms.FlyGrid.OnMouseMove(MouseEventArgs me)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at NineRays.Windows.Forms.FlyGrid.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)