Does anyone know of a way to activate the bottom AppBar from code-behind when we select a tile? I found this, but I could not find a C# equivalent. I've browsed around a bunch of samples but no luck
http://msdn.microsoft.com/en-us/library/windows/apps/br229676.aspx
Setting IsOpen to true in XAML should be enough to make it visible when the page opens. If you want to set focus on the AppBar - it can only be done on a button click or key press event by calling appBar.Focus(FocusState.Programmatic).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With