BPak Active Member Licensed User Longtime User Nov 21, 2015 #1 Is there a simple way to adjust the row height (smaller) without using a smaller font in TableView? Need to fit more rows into the view.
Is there a simple way to adjust the row height (smaller) without using a smaller font in TableView? Need to fit more rows into the view.
R Roycefer Well-Known Member Licensed User Longtime User Nov 21, 2015 #2 You can try using CSS to reduce the padding around cells. Upvote 0
BPak Active Member Licensed User Longtime User Nov 22, 2015 #3 Roycefer said: You can try using CSS to reduce the padding around cells. Click to expand... Have not found code for the padding of a cell. Upvote 0
Roycefer said: You can try using CSS to reduce the padding around cells. Click to expand... Have not found code for the padding of a cell.
R Roycefer Well-Known Member Licensed User Longtime User Nov 22, 2015 #4 This might be of some help: http://stackoverflow.com/questions/18700478/set-row-height-in-javafx-tableview Upvote 0
This might be of some help: http://stackoverflow.com/questions/18700478/set-row-height-in-javafx-tableview