How To Show A .NET MAUI Popup (Sflistview) When Tapping A .NET MAUI Listview(Sflistview) Item?
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
- Visual Studio 2017 or Visual Studio for Mac
- Xamarin add-ons for Visual Studio (available via the Visual Studio installer).
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.