Currently all of the controls are basically empty of any view model and require an outside view model to bind to them as pass-through functionality.
It may be useful to have an internal view model that can be used instead.
The refactoring tasks before this may solve the issue already by creating child view models, but look into a way to internalize some of this code as opposed to just being pass-throughs.
Currently all of the controls are basically empty of any view model and require an outside view model to bind to them as pass-through functionality.
It may be useful to have an internal view model that can be used instead.
The refactoring tasks before this may solve the issue already by creating child view models, but look into a way to internalize some of this code as opposed to just being pass-throughs.