I have many problems with the Xamarin controls product. It is compounded by the fact that when I go to your site to see what I can do I notice that the "Help us improve this page" link brings up a dialog, but putting information in and clicking Submit does nothing. This dialog suffers from the same. In the list of controls for example a problem I am trying to fix is with SfPopupLayout. This does not exist in the list of controls.
The problem with SfPopupLayout is with the full screen setting. To be blunt - it does not work. Setting it to true does nothing. I read where setting HorizontalOptions="FillAndExpand" and VerticalOptions="FillAndExpand" was a solution provided by SyncFusion but again this does nothing.
I have a community license.
BTW the link which the Improve this page does not work is:
1. Regarding issue “ "Help us improve this page" link brings up a dialog, but putting information in and clicking Submit does nothing. This dialog suffers from the same” |
We have forwarded this query to the corresponding team. We will update the further details on November 25, 2021. We appreciate your patience until then |
2. Regarding issue SfPopupLayout is with the full screen setting. To be blunt - it does not work. Setting it to true does nothing. I read where setting HorizontalOptions="FillAndExpand" and VerticalOptions="FillAndExpand" |
We have checked the reported scenario in a simple SfPopupLayout sample by enabling IsFullScreen property. It is working as expected in our end. Unfortunately we are unable to reproduce the reported issue. The sample we have used to check the reported is available in the following for your reference.
Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStarted-207060711.zip
Please have a look at this sample and let us know if we have missed any customization you have done in your application. If not revert to us with a modified sample to reproduce the issue or provide the below mentioned details.
Please revert to us with all the above requested details. It will be more helpful for us to find the exact cause for the issue and prompt solution at earlier.
|
I am also finding that certain things just do not work at all. The best example is grouping for the sfListView. I ended up copying the sample and that XAML does not work.
I realize I only have a community license but I now have a couple of people doing commercial work and they have asked me for an evaluation of the Syncfusion product. With all the problems that I have found I cannot recommend this product for commercial work.
Even the website does not work correctly. On doc pages there is a popup where you can post comments on the page. Clicking submit does nothing.
The grouping problem - I have just copied the following into a sfListView:
<sync:SfListView.DataSource>
<data:DataSource>
<data:DataSource.SortDescriptors>
<data:SortDescriptor PropertyName="ContactName" Direction="Ascending"/>
</data:DataSource.SortDescriptors>
</data:DataSource>
</sync:SfListView.DataSource>
From that I get the following error:
Error XFC0009 No property, BindableProperty, or event found for "DataSource", or mismatching type between value and property. AwesomeApp C:\Visual Stuido Stuff\XAMARIN\AwesomeApp\AwesomeApp\Views\GameInfo.xaml 67
Any ideas on whether it works???
LS
To add more SortDescriptions do not compile for sfListView either so this control is flawed. I have copied many examples and none of them work.