Create Android ScrollView App

Introduction

The ScrollView allows you to display larger content in Vertical or Horizontal view. For more details, Click.

Step 1: Open Visual Studio->New Project->Templates->Visual C#->Android->Blank App.Select Blank App. Then, give Project Name and Project Location.

Step 2: Next, Open the Solution Explorer-> Project Name->Resources->layout->Main.axml. Click on Open Design View.

Step 3: Go to the Tool Bar . Then, select ScrollView(Vertical). Drag and Drop the Main.xaml design view,

Step 4: Press F5 or Build and Run the Application.

Download Source here

Finally, we have successfully created the Xamarin Android ScrollView Application.

 

Leave a Comment

Your email address will not be published. Required fields are marked *