Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 75885

Does Xamarin.Forms binding allow me to...

$
0
0

...bind to another control? For example, in XAML:

<ContentPage .....>
        <StackLayout>
                <Switch x:Name="swExample" />

                <Entry x:Name="entryFoo" IsEnabled="{Binding ElementName=swExample, Path=IsToggled}"  />
        </StackLayout>
</ContentPage>

In WPF programming that would work. In Xamarin.Forms, it does not. Is there a way to do this?


Viewing all articles
Browse latest Browse all 75885

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>