[Gtk-sharp-list] VPaned Locking the Position
Billy Schoenberg
wasbridge at gmail.com
Thu May 15 09:55:58 EDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20080515/35eff333/attachment.html
More information about the Gtk-sharp-list
mailing list