简体   繁体   中英

Vertical Scrolling data entry screen in Xamarin IOS

I have a data entry screen in the app. I'm able to add textfields and controls to the view, I want to add more textfields to the screen so that user can scroll down and fill the fields.

How do I add vertical scroll to a view in Xamarin IOS

您可以添加ScrollView并在其中添加所有控件,然后在ViewDidLoad上需要设置ScrollView的ContentSize并禁用水平滚动。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM