Dear Community,
I am struggling to find a way to update an UI element from other class than <*>ViewModel.cs.
I have a docpane with a WaitingCursorControl. Its visibility is cotrolled via data binding in the ViewModel class. However, I do have another MapTool class where I would like to set the visibility of the WaitingCursorControl in the dockpane.
How can access the data binding property from a different class than ViewModel? Any hints?
Thanks!
Adam