M
M
**Is your feature request related to a problem? Please describe.** I need to be able to select/highlight a particular range on my chart using the users cursor input. Ex: User...
Regardless of whether the HotkeyEventArgs.Handled property is set to true or false, the key is being blocked. What I am trying to do is limit the hotkey to certain windows.....
### Describe the bug ```cs public partial class MainViewModel : ObservableObject { [ObservableProperty] public string _title = "Window Name"; [ObservableProperty] public string _buttonCaption = "This is a button"; [RelayCommand(CanExecute =...
**Describe the bug** Image is sitting in an expander which is not expanded by default. I have a "Expanded" event which calls the animator.Rewind() method. When this happens, the gif...