Scroll editor in Xamarin Forms into view

前端 未结 6 1265
天涯浪人
天涯浪人 2021-02-02 01:49

Using Xamarin Forms, consider the Xaml below.


   

        
6条回答
  •  轮回少年
    2021-02-02 01:56

    To get auto scroll for Editors and Entries with Xamarin.Forms, you usually just have to pack your View, in this case the StackLayout, into a ScrollView:

    
        
            
            

    That's how it's supposed to work, but as of today (June 2014) there's a bug preventing this to work fully with the Editor (it works well with Entries). The issue is known and is worked on.

    [UPDATE 2014-11-20]The issue has been addressed, and will be available in the next -pre release of XF 1.3

提交回复
热议问题