You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2018. It is now read-only.
Unfortunately the markup:EditorBinding is not supported on UWP, UWP doesn't support custom markup extensions so there is no way to provide the same functionality.
The workaround, tedious I know, is to use the standard Binding markup extension and set to true all the flags that the markup:EditorBinding sets to true:
Ooops. I totally missed this. The universal version should work with Xamarin as well for the ViewModel section, I suspect all what is markup simply can't work on Xamarin XAML dialect. Unfortunately my knowledge of Xamarin platform is very little.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm developing an Universal App using Radical, so this afternoon I have tried to use this Namespace in my XMAL
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:markup="http://schemas.topics.it/wpf/radical/windows/markup"
xmlns:behavior="http://schemas.topics.it/wpf/radical/windows/behaviors"
But I haven't been able to do that Text="{markup:EditorBinding TargetSpeed}"
can you help me, give me some suggestions?
grazie
The text was updated successfully, but these errors were encountered: