Beispiel #1
0
 private void PlatformCreate()
 {
     _scroller = new KeyboardScroller()
     {
         AutoHideKeyboardOffset = 60
     };
     _scroller.ScrollView = Form.PlatformView;
 }
Beispiel #2
0
 private void PlatformDispose()
 {
     _scroller?.Dispose();
     _scroller = null;
 }