<@UBME5M9U2> The rule-of-thumb I follow is that Vi...
# tornadofx
c
@Kimberly H The rule-of-thumb I follow is that Views are singleton while Fragments are prototype or per-instance. If you're working with a Main View and adding sections, say "Menu View" and "Status View", View is fine because there's only one instance or all these objects. If I need to add individual instances like in the cellFormat{} block, then I'll use Fragment.