Binding taskbar’s text to parent window’s view model in WinUI 3
I have a taskbar “UserHomeTaskBar” embedded in parent window “WindowUserHomeView”, I want to use x:bind for binding the taskbar’s date/time text to parent window’s view model “WindowUserHomeViewModel”, how to implement this, thanks.