Looking for Excel Freeze Pane effect...

Tried placing a tabless tabpanel (that links to a form with a single column in Table (locked) view) on a form in Table (locked) view with several other columns.

I’m really looking to appear to “freeze” the tabless tabpanel while both are inserted into yet another related tab panel on a forth (parent) form.

I’m getting some strange effects. When looking at the tables tabpanel on my table locked form, the screen won’t draw properly and the records won’t load (yes I tried a controller.loadAllRecords() ).

When tabbing to the form with the tabless tabpanel via a tabpanel on the forth form, the tab will display, but the forms associated to it will not.

Pictures tell a 1000 stories…

Picture 7.png

Picture 5.png

and when you click on that 4th tab, don’t you get any errors in the log?
Can i see a sample solution that demonstrates this?

JSplitPane looks like it should be able to create an Excel-like freeze pane effect, which I also need desperately… but I have to figure out how to get JSplitPane to scroll both panes vertically together. It also doesn’t appear to like looking at the same form in both panes, but I can get around that (and probably would’ve duped my forms anyway). Anyone have any ideas on teaching it to vertically scroll both together? Is there documentation on the properties of this bean with Servoy somewhere?