I know that by default, MD.T handles this, however it seems to not work when the dvc.TableView is added inside a view. In my case, I create a dvt inside a view of which I add it to. (This is so I can add nav item buttons to the top to allow user to save etc.)
IE.
-> On ViewController.ViewDidLoad()
var dvc = new DialogViewController ( ... ) View.Add(dvc.TableView);
This works but seems to break the flow of scrolling the EntryElements up so they always remain in focus when the keyboard is shown. Is there a way to resolve this via the control itself or must I handle the scrolling manually?