0

I wonder if it's possible to make TableView so that it breaks data in multiple columns. So, instead of having long list of checkbox-name pairs, it would break it in n columns:

[✓] Jim   [✓] Joe
[✓] Sue   [✓] Jane
[ ] Susan [✓] Mark
   .         .
   .         . 
   .         . 

1 Answer 1

2

Considering your goal is layout-related, I would recommend you used a TilePane with checkbox-name pairs, rather than a Table. It would know automatically how to break the UI widgets into several columns.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.