Replies: 1 comment
-
Hi there, of course you can put the Tiles in a TableView because they are just Nodes on the scene graph as any other Node e.g. Buttons, TextFields etc. And because they are resizable you can make them square. But you are right, some of the skins are better for horizontally stretched rectangles than squares. In the TilesFX lib you will also find a LayoutContainer called FlowGridPane that you can use to layout the Tiles. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for this and all your various projects. I was wondering if tiles can be placed inside a TableView, and if there are any examples - assuming that's possible. The tiles are beautiful but they seem to have an aspect ratio that is more suitable for a dashboard than as sparklines in a table of numeric data.
Beta Was this translation helpful? Give feedback.
All reactions