Skip to main content

All Questions

-1 votes
1 answer
4k views

IsVisible Binding is not working in Xamarin.Forms

I a have typical label that I want to control its visibility by a property that is null/empty or not. I've put breakpoints and also log and it seems that return value is true but still it does not ...
boss's user avatar
  • 1,582
1 vote
1 answer
2k views

How to hide StackLayout in Xamarin Forms

I'm trying to hide StackLayout called InfoStackLayout after my config is downloaded, displaying information label for 5s, but after hiding Infostack in code, my Grid in ContentPage doesn't refresh the ...
user avatar