TheCamel
TheCamel
## Describe the bug RoutedEventArgs is empty when handling the Toggled event of the ToggleSwitch Source and OriginalSource are null ## Expected behavior should have Source and and original source...
## Describe the bug The collection filled by the MultiSelectorHelper is not sync ; but one step behind when using the associated event. seems that client receive the mscb_Example_SelectionChanged event...
## the "PART_FillerColumnHeader" in not present in the template Create a new projet with a datagrid, columns and parse the xaml = at the end of the headers, this PART...
## localize is not working in our app We use strings in dictionnary and all elements are refreshed into the new strings when we change the dictionnary but not the...
## Describe the bug I have a hamburgerMeun in a user control...designer display well but this user control is included into a MetroWindow and and it crash the designer like...
## Describe the bug With the same model, ItemsSource is bind to an observable collection of ViewModelItem the first items are working, check is ok and command is called if...
## Describe the bug can't mix IsCheckable items in DropDownButton when using the items source collection try also with StyleSelector any idea for a work around or another solution ?...
## Describe the feature need to add a validation callback to be able to check if the input value is compliant
Hi, may be I am wrong somewhere but with the following cron, `0 18 16 ? * SUN,MON,TUE,WED,THU,FRI,SAT` ```csharp // I call it at while (!cancellationToken.IsCancellationRequested) { DateTime now =...