SetDisplay does not really affect the embedded widget - they are mutually exclusive.
If you need something like centered Option, the best option is to create it as composition. Instead of adding Option, add composed object consisting of ParentCtrl and Option as its child.