We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Page with listview is not appearing

XAML GIST:
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:xForms="clr-namespace:Syncfusion.ListView.XForms;assembly=Syncfusion.SfListView.XForms"
xmlns:local="clr-namespace:Auditoria.Views;assembly=Auditoria"
x:Class="Auditoria.Views.ListaProdutosImpressao">
C# GIST:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace Auditoria.Views
{
public partial class ListaProdutosImpressao : ContentPage
{
public ListaProdutosImpressao()
{
InitializeComponent();
}
}
}
I'm just trying to verify if I can use the ListView component but when I try to push this page to navigation it doesn't appear (but doesn't give me errors). If I remove the Listview tag its works without problem.
I've rechecked so much times for each assembly and It's ok in every project (currently using Android and PCL only).
Thanks

1 Reply

DB Dinesh Babu Yadav Syncfusion Team January 4, 2017 01:21 PM UTC

Hi Ramon, 
 
Thank you for contacting Syncfusion support. 
 
We have analyzed the reported query “SfListView is not appearing when Page is navigated” at our end, but we were unable to reproduce the issue with our sample. Please find the sample link below 
 
 
Could you please check with the above sample? If the issue still reproduces at your end, please modify the above sample to reproduce the issue and update us with replication procedure or video link. So, that we could able to analyze the issue better and update you with appropriate solution. 
 
Please let us know if you need any further assistance.    
 
Regards, 
Dinesh Babu Yadav 


Loader.
Up arrow icon