DEV Community

Cover image for Develop a Travel Destination List UI with .NET MAUI ListView [Webinar Show Notes]
Jollen Moyani for Syncfusion, Inc.

Posted on • Originally published at syncfusion.com on

Develop a Travel Destination List UI with .NET MAUI ListView [Webinar Show Notes]

This blog provides the show notes for our May 30, 2024, webinar, “Develop a Travel Destination List UI with .NET MAUI ListView.” Vinoth Kumar Sundara Moorthy, product manager at Syncfusion, presented and hosted the webinar. If you missed it or want to watch it again, you can do so on our YouTube page or here.

Overview

In this webinar, attendees learned how to craft an app showcasing tourist attractions using Syncfusion’s .NET MAUI ListView control. It showed how to use ListView’s features, customize layouts, and create stunning interfaces.

Time stamps

Q&A

Q: Please forgive my ignorance. Why did you define “RowDefinition Height” four times?

A: To have 4 rows.

Q: Can you make a video about document scanning (CannyEdge)? Something like this: https://ibb.co/cY4t696.

*A: * We don’t currently have any demos for your requirements. Please create a ticket in our portal with more details for our team to validate.

Q: Why did you disable the scrollbar if more items were on the right?

A: It’s just to hide the scrollbar’s visibility for a better UI appearance. We can still scroll to the right side.

Q: Can we get this sample code?

A: Please find the complete sample in this GitHub repository.

Q: If I am using a Syncfusion tool and have a problem, how can I obtain help on the issue?

A: You can create a ticket through your account. Here is a link to get started.

Q: Can you also post an example of the same application using an SQL database as the source?

A: In this blog, you’ll see how to bind and populate data from an SQLite database in the Syncfusion .NET MAUI ListView control.

Q: Do you have any Blazor/MAUI hybrid demos?

A: Yes, here are some resources:

Q: Do you have anything covering date-time presentation in a data grid? Sometimes, you want the information to adjust for the current time zone; other times, you want it not to.

A: We have a Scheduler control that might fit your requirements.

Q: Do you offer a detailed training series of videos for a new user?

A: Yes. Check out our tutorial videos.

Summary

During this webinar, we demonstrated how to develop a list UI with the Syncfusion .NET MAUI ListView control. We hope you enjoyed this webinar. Please keep an eye out for our future .NET MAUI webinars.

Recommended resources (related links)

Top comments (0)