Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

[TODO] Unify Gyro Trigger menus #3157

Closed
Ryochan7 opened this issue Nov 11, 2023 · 1 comment
Closed

[TODO] Unify Gyro Trigger menus #3157

Ryochan7 opened this issue Nov 11, 2023 · 1 comment

Comments

@Ryochan7
Copy link
Owner

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.

@Ryochan7
Copy link
Owner Author

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.

f36e5bb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant