sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

TabPane customization #1166

Open ValentinD45 opened 3 years ago

ValentinD45 commented 3 years ago

Hi, I have a few questions about how your TabPane works.

First, is it possible in the tabbar to display the tabs in the middle and not on the side as in the image? If so how can we do this in the css code?

image

Finally, the tab-selected-line, can we change its location? Here it appears at the top but I would like to move it to the bottom? Is this possible in css?

image

Thanks !

sshahine commented 3 years ago

Hi, currently those features are not supported, feel free to create a PR for them. Regards