Padding Property does not support values of type OnIdiom

Hi all! 

In the SimpleLoginPage of the UI Templates we have the following block in the XAML that Visual complains stating that the Padding Property does not support values of type OnIdiom. Nevertheless, the program runs. Do you have any idea to clean this message? 

            <StackLayout.Padding>
                <OnIdiom
                            x:DataType="Thickness"
                            Default="0, 48, 0, 0"
                            Phone="0" />
            </StackLayout.Padding>

Thank you! 

Regards, 

Eduardo Luczinski. 



18 Replies 1 reply marked as answer

YP Yuvaraj Palanisamy Syncfusion Team October 9, 2020 02:27 PM UTC

Hi Eduardo Luczinski,  
 
Greetings from Syncfusion.  
  
We have checked the reported problem with our development team, and they have confirmed “Padding property does not support values of type OnIdiom” as an issue. The fix of the reported issue will be included in our Essential UIKit upcoming release, which is scheduled to publish on end of October 2020. We appreciate your patience until then. We will let you know once it gets rolled out.  
    
You can now track the status of your request, review the proposed resolution timeline and contact us for any further inquiries through this link.     
   
     
Note: The provided feedback link is private, and you need to login to view this feedback  
 
Regards, 
Yuvaraj 



YP Yuvaraj Palanisamy Syncfusion Team November 2, 2020 11:35 AM UTC

Hi Eduardo Luczinski, 
 
We have postponed our Xamarin.Forms Essential UI Kit release to the mid of November 2020. We will let you know once it gets rolled out.  
   
Regards,  
Yuvaraj.  


SJ Suyamburaja Jayakumar Syncfusion Team November 19, 2020 09:54 AM UTC

Hi Eduardo Luczinski,   
   
Sorry for the continuous delay.   
   
Since we have some pending test cases along with the addressing the required features and in the testing process. We have postponed our Xamarin.Forms Essential UI Kit release which is expected to be rolled out by mid of December 2020. We will let you know once it gets rolled out.    
    
Regards,   
Suyamburaja J. 



YP Yuvaraj Palanisamy Syncfusion Team December 21, 2020 06:35 AM UTC

Hi Eduardo Luczinski, 
 
The UI Kit is still in testing phase and we have postponed our Xamarin.Forms Essential UI Kit release to the end of December 2020. We will let you know once it gets rolled out. We are doing the below changes for this release. 
 
1.       Sample Browser thumbnail image layout changes  
2.       Dark theme support  
3.       Improvements in the existing layouts  
    
Regards,   
Yuvaraj.   



YP Yuvaraj Palanisamy Syncfusion Team January 4, 2021 12:39 PM UTC

Hi Eduardo Luczinski, 
 
We have postponed our Xamarin.Forms Essential UI Kit release to the mid of January 2021. We will let you know once it gets rolled out.    
 
Regards, 
Yuvaraj. 



HM Hemalatha Marikumar Syncfusion Team January 20, 2021 06:52 AM UTC

Hi Eduardo Luczinski, 
 
Xamarin.Forms Essential UI Kit release has been postponed to the end of January 2021. We will let you know once it gets rolled out. 
 
Regards,
Hemalatha M. 
 



YP Yuvaraj Palanisamy Syncfusion Team February 3, 2021 05:32 AM UTC

Hi Eduardo Luczinski, 
 
The UI Kit is still in final testing phase and we have postponed our Xamarin.Forms Essential UI Kit release to the mid of February 2021. We will let you know once it gets rolled out. 
 
Regards, 
Yuvaraj. 



YP Yuvaraj Palanisamy Syncfusion Team February 19, 2021 05:47 AM UTC

Hi Eduardo Luczinski, 
 
Due to some technical hurdles, we have postponed our Xamarin.Forms Essential UI Kit release to the end of February 2021. We will let you know once it gets rolled out.   
 
Regards, 
Yuvaraj. 



YP Yuvaraj Palanisamy Syncfusion Team March 9, 2021 10:11 AM UTC

Hi Eduardo Luczinski, 
 
We are pleased to inform you that the post-development of Xamarin.Forms Essential UIKit are in-progress. In addition, compatibility with the latest Xamarin.Forms Version of (5.0) is taken into account hence only we are getting this delay. This is what we regret. We want to let you know that on or before March 16, 2021, the UIKit will be rolled out. 
 
Regards, 
Yuvaraj. 



YP Yuvaraj Palanisamy Syncfusion Team March 17, 2021 01:42 PM UTC

Hi Eduardo Luczinski, 

We regret for the delay. 

We are informed you that the post-development testing phase of Xamarin.Forms Essential UIKit are in-progress. Hence, we want to let you know that on or before End of April 2021, the UIKit will be rolled out.  

Regards, 
Yuvaraj 



KW Keshwar White April 2, 2021 11:52 PM UTC

May be a bit late but for anyone that is running into this issue here is how you fix this:

Just inside your StackLayout

<StackLayout.Style>
     <Style TargetType="StackLayout">
          <Setter Property="Padding">
               <Setter.Value>
                    <x:OnIdiom Default="0,48,0,0" Phone="0"/>
               Setter.Value>
          Setter>
     Style>
</StackLayout.Style>


YP Yuvaraj Palanisamy Syncfusion Team April 5, 2021 12:30 PM UTC

Hi Keshwar White, 
 
Currently we are not included the fix in our Xamarin.Forms Essential UIKit and we will fix the reported issue and we will include the fix in any our upcoming release. We appreciate your patience until then.  
 
Regards, 
Yuvaraj. 



YP Yuvaraj Palanisamy Syncfusion Team May 3, 2021 05:08 AM UTC

Hi Eduardo Luczinski, 
 
We have completed the Xamarin.Forms UIKit 4.0.0 release in GitHub and extensions. Please find the details below.   
  
  
  
  
 
Regards, 
Yuvaraj. 



C( Chandraprakash (CP) August 31, 2021 03:59 AM UTC

Has the Idiom support for Padding been incorporated? we are still getting the same error " Padding Property does not support values of type OnIdiom"



YP Yuvaraj Palanisamy Syncfusion Team September 1, 2021 11:52 AM UTC

 
Greetings from Syncfusion.  
  
We have checked your query and prepared a sample for adding a ‘Login Page’ in the Xamarin.Forms application by using Syncfusion Essential UI Kit extension and it was working fine at our end. Please find the sample from the below link.  
 
  
  
Output:  
   
  
And you can get the UI Kit source code from the below github link.  
  
Also, you can get the UI Kit visual studio extension for Windows and MAC from the below link.  
  
For more details, please refer the below link  
  
Please let us know if you have any concern.  
  
Regards,  
Yuvaraj  


Marked as answer

LR Lilly Rowling replied to Chandraprakash (CP) January 6, 2023 02:47 PM UTC

Has the Idiom support for Padding been incorporated? we are still getting the same error " Padding Property does not support values of type OnIdiom"

I also had the same problem.



RR Raja Ramalingam Syncfusion Team January 10, 2023 01:40 PM UTC

Hi Lilly Rowling,

We will validate and update our response by Wednesday, January 11, 2023 at the latest.


Regards,

Raja.



RR Raja Ramalingam Syncfusion Team January 11, 2023 05:14 PM UTC

Hi Lilly Rowling,


We want to let you know that we have not encountered errors with the OnIdiom values in the padding property in the latest version of UI Kit. Could you please let us know which versions of UI Kit extension and Xamarin.Forms NuGet you are currently using in your project, so we can investigate and verify?


Regards,

Raja.


Loader.
Up arrow icon