- Home
- Forum
- Xamarin.Forms
- No Binding possible to Scale.EndValue
No Binding possible to Scale.EndValue
I can't set binding property on Scale.Endvalue. See screenshot of VS2013 intellisense
Thanks
Helmut
Hi Helmut,
Thanks for your interest in Syncfusion products.
Based on the provided information and we have found that the intellisense of Xamarin get conflicted by Scale Property of VisualElement with the Scale property of SfCircularGauge. It can be resolved prepending namespace of SfCircularGauge. Please refer the following code snippet.
Code Snippet:
C#: |
Please let us know if you have any queries.
Regards,
Nijamudeen M.
I don't understand your Snippet
Code Snippet:
C#: |
1. new Binding("RimThickness") ?? I want Binding to EndValueProperty
2. Source = scale ?? Why this and not to my BindingContext ?
With your Binding sample, EndValue = RimThikness.Value
If i change "RimThickness" wit my Bindingproperty (e.g. "EffectivePowerMax") scale.EndValue is allways 100. And if I change Source to my BindingContect will crash the App.
Helmut
Hi Helmut,
Sorry for the inconvenience caused.
In our previous update, we have provided solution to resolve the intellisense issue in Xamarin as there is a namespace conflict between two properties, as EndValue property of Scale can be bind with any double value properties, we have provided the code snippet for illustration purpose. We have created a simple sample for the same, please find the sample below,
Sample: Xamarin.Binding_Programatically.zip
In the above sample, we have bind the EndValue of Scale with CustomEndValue Property for that please refer the below code snippet.
C# |
Note: The above highlighted namespace is to resolve the intellisense issue.
Please let us know, if you have any queries.
Regards,
Nijamudeen M.
- 3 Replies
- 2 Participants
-
HL Helmut Lubik
- May 4, 2015 03:05 PM UTC
- May 6, 2015 12:33 PM UTC