Hello,

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.  Any ideas?

Here is what I have tried:

public void TopVerticalPanelMoved(object o, MoveHandleArgs e)
        {
            if ( LockPane )
            {
                SecondVerticalPanel.Position = 0;
            }

        }

Thanks

Billy
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to