使用-PCl v 2.3.4.267 -Debug在Android設備Xamarin形式圖像的IsEnabled與綁定屬性不起作用Xamarin窗體
我有被用作按鈕
<Image Source="loginbutton.png"
Aspect="AspectFit"
HorizontalOptions="Fill"
Margin="50,20,50,0"
fe:TappedGestureAttached.Command="{Binding Login}"
IsVisible ="{Binding user.IsSubmitEnabled}"<---works fine
IsEnabled="{Binding user.IsSubmitEnabled}"<---Does nothing
/>
我的圖片在代碼中提到「可見工程偉大但是已啓用」並沒有做任何事情。
注意:如果有任何解決方法,請分享。
你期望它做什麼? –
該圖片將無法顯示 –
至少作爲一種解決方法,您可以嘗試使用InputTransparent屬性 –