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
close icon

Possible bug with Sfcirculargauge and Xamarin Form 1.5

Hi SF support team , 

SFCirculargauge is not displaying at all with Xamarin Form 1.5 , unless radiufactor is specified on Scale . Even then it still has  this possible bug in MasterDetailPage from Xamarin form . 

I have a rootpage that instantiate a contentpage (Dashboardpage in this case) containing SfCircularGauge in the detail . Code example 

public RootPage ()
{
var menuPage = new MenuPage ();

//create event listener for menupage , pass selecteditem and cast as menuitem 
menuPage.Menu.ItemSelected += (sender, e) => NavigateTo(e.SelectedItem as MenuItem);

//create a page type with 2 pane of information
Master = menuPage; //main page top level (stays)

Detail = new NavigationPage (new DashboardPage()); 
IsPresented = false; 
}
void NavigateTo(MenuItem menu)
{

Page displaypage = (Page)Activator.CreateInstance (menu.TargetType); 
//create instance of page type referring to the page's class definition 

Detail = new NavigationPage (displaypage);

IsPresented = false; 
}
When Rootpage initialized , the Gauge will not be displayed properly (shrinked) and when the page is reloaded again when DashboardPage when NavigateTo is called , it display fine again . 

Thanks 




1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team October 15, 2015 09:10 AM UTC

Hi Eric,

Thanks for your interest in Syncfusion product.

As of now our Xamarin Syncfusion controls supports Xamarin Forms 1.4. We will be including an Update for Xamarin Forms 1.5.0.6446 in our Vol 3, SP1 release which is expected by the end of October, 2015.


We will consider the mentioned issues in Vol 3, SP1 release and we have logged an issue report on this. We will update you once the implementation has been rolled out. We appreciate your patience until then.

Please let us know, if you have any query.


Regards,
Nijamudeen M.


Loader.
Live Chat Icon For mobile
Up arrow icon