If you want to keep the models around, then you should keep a RefPtr to them around, so that you hold an extra reference to stop them being destroyed.
FlowBox should only destroy the binding, not the model itself; if the latter occurs, it must be a result of you not having kept a reference to the model to keep it alive.