I have a tab pane within a split pane.
The tabs of my tab pane should get all the available width of the tab pane header.
So I added a listener to the TabPane.widthProperty but when I move the split pane divider,
my tab width is not updated until I click on the tab or select the tab using the tab pane control button.
Attached simple test to reproduce.
The tabs of my tab pane should get all the available width of the tab pane header.
So I added a listener to the TabPane.widthProperty but when I move the split pane divider,
my tab width is not updated until I click on the tab or select the tab using the tab pane control button.
Attached simple test to reproduce.