preferSoftDispose property

bool preferSoftDispose
getter/setter pair

requestDispose will execute softDispose. Useful for items in list and objects store in ControlFactory. Final dispose must be handled manually.

Implementation

bool preferSoftDispose = false;