Called by a row when its height changes. Pass along to parent.
(self)
| 492 | return len(self._tbl.tr_lst) |
| 493 | |
| 494 | def notify_height_changed(self): |
| 495 | """Called by a row when its height changes. Pass along to parent.""" |
| 496 | self._parent.notify_height_changed() |
nothing calls this directly
no test coverage detected