On Jan 28, 2008, at 10:52 AM, Simen Haugen wrote:
> I've tried overriding unsplit, canRemove and trapping
> SashPositionChange
> and stopping the event, but nothing works.
>
> When you dry the sash out of the form window on either side, the panel
> gets completely hidden.
That's expected behavior.
> Is there a way of overriding this?
Not directly, but you could do something like this in your splitter
class:
def onSashPositionChanged(self, evt):
if not self.Split:
self.Split = True
-- Ed
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]