You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Currently experimenting with getting rid of the separate Button with ContextMenu instances used for setting Gyro Triggers and maintaining one list that contains the necessary controls. I have made a prototype UserControl that does the job but having to expose certain properties to later bind to in the XAML is a bit of extra overhead. Maybe it would be better to create the ContextMenu from a list of elements from the ViewModel? IDK.
The text was updated successfully, but these errors were encountered:
Just went with the ViewModel version instead. A bit easier to implement. Having a code example of making custom DependencyProperty instances was not worth it.
Currently experimenting with getting rid of the separate Button with ContextMenu instances used for setting Gyro Triggers and maintaining one list that contains the necessary controls. I have made a prototype UserControl that does the job but having to expose certain properties to later bind to in the XAML is a bit of extra overhead. Maybe it would be better to create the ContextMenu from a list of elements from the ViewModel? IDK.
The text was updated successfully, but these errors were encountered: