> I am using a VPaned control and I want to lock the position of the
> panel. How can I do this?  I have found the Paned.Move-Handle event,
> but that is not firing on my machine ever.

Did you try adding the GLib.ConnectBefore attribute to your event
handler?

>   Any ideas?
> Here is what I have tried:
> public void TopVerticalPanelMoved(object o, MoveHandleArgs e)
>             if ( LockPane )
>             {
>                 SecondVerticalPanel.Position = 0;
>             }
>         }

-- 
          Consonance: an Open Source .NET OpenGroupware client.
 Contact:[EMAIL PROTECTED]   http://freshmeat.net/projects/consonance/

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to