My problem is I want to manage the Focus of a Editor from Mvvm (I want to focus or not on Editor depending from a constructor parameter). I was looking for options but the only one it seems functional is to use MessagingCenter, but, as the event will only be fired once (on launch), and I'm thinking on use this control on more screens I decided that better option is to use a Custom Renderer (not sure if is a good option).
I'm searching for custom renderer information but I can't find any topic that helps me.
Can anyone give me some info.