FoggyFinder
|
996eda9fb7
set defaultBindingMode as TwoWay for SelectedIndex
|
6 years ago |
Steven Kirk
|
66dab93f17
Merge branch 'master' into fixes/2522-selecteditem-move
|
6 years ago |
Steven Kirk
|
f8c4d7aa6a
Merge branch 'master' into fixes/select-all-unselecting-items
|
6 years ago |
Steven Kirk
|
ba7cec18e3
Handle move in SelectingItemsControl.
|
6 years ago |
Steven Kirk
|
e63fc96c84
Fix failing test.
|
6 years ago |
Michael Bosschert
|
de801ed27e
Fixed SynchronizeItems adding duplicate items.
|
6 years ago |
MonkAlex
|
1c460061cc
#2355 Remove useless xmldoc.
|
6 years ago |
MonkAlex
|
e38e49e7d0
#2355 'Select all' for SelectingItemsControl with platform hotkey configuration.
|
6 years ago |
MonkAlex
|
e3d7d47753
#2355 Ctrl+A hotkey for SelectingItemsControl
|
6 years ago |
Dariusz Komosiński
|
a19bad3cd5
Merge branch 'master' into feature/tree-view-selection
|
6 years ago |
Dariusz Komosinski
|
c9d8fa6a9d
Move SynchronizeItems about private methods.
|
6 years ago |
José Pedro
|
96d84c942d
Use Array.Empty instead of allocating empty arrays.
|
6 years ago |
Dariusz Komosinski
|
85d309830a
TreeView multiple selection support.
|
6 years ago |
Andrey Kunchev
|
daadd9c674
support member selector when recycling Dropdown/listboxitems
|
7 years ago |
Andrey Kunchev
|
889156df43
fixes #1971 listbox toggle selection
|
7 years ago |
Steven Kirk
|
d0b77ecca1
Update before calling base.EndInit.
|
7 years ago |
wojciech krysiak
|
57058f19cd
Fix SelectedItemsChanged event arguments in SelectingItemsControl
|
7 years ago |
Miha Markič
|
1524cb1aba
Spellchecks comments and members, removes unused using statements and sorts them
|
7 years ago |
Steven Kirk
|
1293e9af8d
Implemented Menu interactions.
|
7 years ago |
wojciech krysiak
|
cdf8d1f8b4
Fix For incorrect handling of NotifyCollectionChangedAction.Reset from IReactiveDerivedList<>
|
7 years ago |
Dan Walmsley
|
6eb80bd55c
fix broken logic.
|
7 years ago |
Dan Walmsley
|
ae4356ef34
add fix for selecting items control.
|
7 years ago |
Steven Kirk
|
2f7a578c38
Added null check for panel.
|
7 years ago |
Jeremy Koritzinsky
|
05eda280de
Refactor DeferredSetter logic to allow passing references to backing fields and utilizing that in all usages. Refactor SetAndRaise logic to be combined and simplified between the two use cases. Now the common case delegates to the less specialized case.
|
8 years ago |
Jeremy Koritzinsky
|
ca9a4c4128
PR Feedback.
|
8 years ago |
Jeremy Koritzinsky
|
1dcd06df3f
Merge branch 'master' into issues/855_test
|
8 years ago |
Goldy
|
6dd497bbc8
Code improvement
|
8 years ago |
Jeremy Koritzinsky
|
8acf94d3e4
Fix bug in DelayedSetter and change recursive delayed setting to prevent possible issues down the road.
|
8 years ago |
Jeremy Koritzinsky
|
440f2cafc5
Fix SelectedItemsControl and RangeBase Stackoverflow bugs.
|
8 years ago |
Jeremy Koritzinsky
|
8eb355e99d
Fix SelectedItem stack overflow bug. Changes of this pattern are basically required for any direct property that is not using SetAndRaise.
|
8 years ago |