How to make Xamarin.Forms.Editor scrollable/auto resizable?
问题 I have an scrollabe layout with an Editor inside that I'd like to make scrollable or auto resizable to fit the contents. I can't find how to do it. I tried a custom renderer but I can't find how to set InputMethods to the Control. Any ideas? 回答1: With the help of this post: https://forums.xamarin.com/discussion/80360/editor-inside-scrollview-not-scrolling That fixed the scrolling on Android (iOS works by default). It avoids the parent scroll event when touching inside the Editor, triggering