Natriss
Binding and DependencyProperty
Generic.xaml
ValidationTextBox.cs
For some reason he doesn't do these Mode=TwoWay, UpdateSourceTrigger=PropertyChanged.
<controls:ValidationTextBox Text="{x:Bind ViewModel.Text, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
What am I doing wrong here?
I followed this https://learn.microsoft.com/en-us/windows/apps/winui/winui3/xaml-templated-controls-csharp-winui-31 replies