In WPF, we can set StackPanel.IsEnabled = false and it will set IsEnabled = false to all the controls contained in the panel.
I tried to do the same with the StackLayout, but it doesn't make any changes... is it an issue, or it is working as designed?
And does it exists in Xamarin.Forms a kind of panel/container that currently support this kind of property propagation?
↧
Changing the StackLayout.IsEnabled property doesn't have any effect...
↧