tieskedh
10/17/2019, 10:32 AMRuckus
10/17/2019, 1:57 PMbindChildren
, but not ListCellFragment
. You would have to use a "normal" Fragment
and manage editing etc. yourself. Editing as defined here is a concept in JavaFX for things with "cells" (e.g. ListView
, TableView
, TreeView
, etc.).
If that's the functionality you want, I'd personally recommend sticking with a ListView
and styling it to look how you want.tieskedh
10/17/2019, 2:03 PM