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
2 answers
14k views

WPF: Binding to MainWindow Property

I am having an issue with binding to a parent MainWindow property, MainContentVisibility. I have the following code: MainWindow.xaml <Window x:Class="CallTracker.WPF.MainWindow" xmlns="...
BrianKE's user avatar
  • 4,155
4 votes
1 answer
4k views

Binding visibility property

I have gone through several questions regarding this but couldn't get proper answer. I dont know where am wrong with the following code. I am binding visibility property of TextBlock but its not ...
Balasubramani M's user avatar