这与如何在 gtk.paned 滑块的位置发生变化时得到通知的问题完全相同?但在这种情况下,它是关于 GTK#
没有这样的 notify::position 东西。
我试过以下:
this.hpaned1.AcceptPosition += new AcceptPositionHandler(Changed);
也
this.hpaned1.ButtonReleaseEvent+= new ButtonReleaseEventHandler(Changed);
但两者都不起作用:(