xbind Questions
2
Solved
When using traditional {Binding} syntax you could specify element name to point to a specific control on the page, and be able to access its properties. For example if the page is named page you co...
Volitant asked 29/9, 2015 at 17:7
3
I would like to use new feature of UWP -> x:Bind. In order to that, all my pages need to have ViewModel property (as described in tutorials).
To avoid code duplicity, I have established base cla...
Bracelet asked 14/11, 2015 at 12:50
3
Solved
When using x:Bind in a UWP XAML application consider the following:
interface IBaseInterface
{
string A { get; set; }
}
interface ISubInterface : IBaseInterface
{
string B { get; set; }
}
class I...
2
I'm trying to bind ListView.SelectedItem using new x:Bind. My code:
View:
//MainPage.xaml:
<Page
x:Class="BrokenListSample.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presen...
Anticlockwise asked 15/2, 2016 at 20:47
1
© 2022 - 2024 — McMap. All rights reserved.