Click here to Skip to main content
15,887,856 members

Comments by RainHat (Top 2 by date)

RainHat 14-Apr-23 4:01am View    
Is MainViewModel derived from ViewModelBase? If so the binding is being confused by the two MyStaticProperty definitions.

Try making the ViewModelBase MyStaticProperty protected (to hide it from the view) or rename MyStaticProperty (in either class).
RainHat 22-Feb-23 11:18am View    
That's fair.

Have you put dummy data in the second call to render_callback, where y is not 0 to check that is rendering to the correct place.

I am as in the dark as you are with this one - the code looks good to me.