Steven Kirk
c45436dff1
Added Popup.OverlayDismissEventPassThrough.
To control whether dismiss events are passed through from the overlay layer to the underlying window content.
6 years ago
usUyGBx
ff5f4804e2
Fix AutoCompleteBox validation
6 years ago
sdoroff
2be01a6f01
Ignore initial value of AutoComplete TextBox
6 years ago
Steven Kirk
2fcde9e34d
Use OnApplyTemplate instead of OnTemplateApplied.
- More similar to WPF API
- Less bug-prone (see #3744 )
`OnTemplateApplied` still exists, but is deprecated and does nothing.
6 years ago
Steven Kirk
a98b22c40c
Pass close event to Popup.Closed.
So that the event can be marked as handled if necessary. Mark the event as handled in `AutoCompleteBox`, `ComboBox` and `DatePicker`, but _not_ `ContextMenu`. Fixes #3760 .
6 years ago
Steven Kirk
2722f509fa
Swap order of parameters to event args.
As described in #3437 the argument ordering was different to WPF/UWP causing bugs in some code ported from WPF/UWP. Use the same argument ordering as WPF/UWP.
Fixes #3437
6 years ago
Steven Kirk
640a5c5d8b
Swap order of parameters to event args.
As described in #3437 the argument ordering was different to WPF/UWP causing bugs in some code ported from WPF/UWP. Use the same argument ordering as WPF/UWP.
Fixes #3437
6 years ago
Steven Kirk
aa81db75a0
Added WPF-style validation for AvaloniaProperty.
7 years ago
Steven Kirk
6be3acb46c
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
7 years ago
Nikita Tsukanov
e27c7c0fff
Fixed parameter order in OnSelectionChanged in AutoCompleteBox
Apparently Silverlight has different constructor argument order
7 years ago
Dariusz Komosinski
a2c6bc1b7c
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
Nikita Tsukanov
fa55755b71
Manually handle name scope registrations
7 years ago
Steven Kirk
2fa8247f01
Removed MemberSelector.
7 years ago
Jumar Macato
102da2cc79
Remove worthless QualityBand xml comment parameters.
7 years ago
José Pedro
fa8d8c896d
Removed redundant bool comparisons.
7 years ago
Miha Markič
1524cb1aba
Spellchecks comments and members, removes unused using statements and sorts them
8 years ago
Jeremy Koritzinsky
1f0e173e95
Fix the inspection errors. Also clean up some Calendar code in the meantime since most of the warnings were there.
8 years ago
sdoroff
2a7d2cedc3
Fixes #1554
The issue was caused by the lack of a proper TextChanged event on the TextBox
I implemented a work around
8 years ago
sdoroff
e52f966877
Made use of existing CancelEventArgs
Uses System.ComponentModel.CancelEventArgs
instead of custom CancelableEventArgs class
8 years ago
sdoroff
2eafd111ec
Moved CancelableEventArgs to Avalonia.Interactivity
8 years ago
sdoroff
242b9251df
Added async population feature
8 years ago
sdoroff
3e73046098
Ported the AutoCompleteBox control from Silverlight
8 years ago
sdoroff
7a1305f2d8
Moved CancelableEventArgs to Avalonia.Interactivity
8 years ago
sdoroff
427a634b21
Added async population feature
8 years ago
sdoroff
ee8ae91f72
Ported the AutoCompleteBox control from Silverlight
8 years ago