JavaFX: multiple columns for same data type in TableView -


i wonder if it's possible make tableview breaks data in multiple columns. so, instead of having long list of checkbox-name pairs, break in n columns:

[✓] jim   [✓] joe [✓] sue   [✓] jane [ ] susan [✓] mark    .         .    .         .     .         .  

considering goal layout-related, recommend used tilepane checkbox-name pairs, rather table. know automatically how break ui widgets several columns.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -