> > > - Can you implement the newly added TODO in getBaseline()? It should > amount > > to a distillation of TablePaneSkin.getBaseline(). > > > > > I can, but it's not going to be very accurate. To be accurate I'd need > to repeat most of layout(), and then do the "find the first visible > component and get it's baseline. >
Yeah, TablePaneSkin had to do the same thing. But since you don't need columnVisible, you can calculate rowVisible inline, making it not too bad.