How To Show A .NET MAUI Popup (Sflistview) When Tapping A .NET MAUI Listview(Sflistview) Item?

Sample date Updated on Oct 28, 2025
item-template net-maui net-maui-listview sflistview

This example shows how to show a .NET MAUI Popup (SfListView) when tapping a .NET MAUI ListView(SfListView) item.

XAML

--- ---

C

private void ListView_ItemTapped(object sender, Syncfusion.Maui.ListView.ItemTappedEventArgs e)
{
    sfPopup.Show();
}

Requirements to run the demo

Troubleshooting

Path too long exception

If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

Up arrow