Steven Kirk
|
01417ba883
|
Renamed ControlTemplate -> FuncControlTemplate
|
11 years ago |
Steven Kirk
|
c0dff57a78
|
Make SelectedItems bindable.
And to avoid confusion removed SelectedIndexes.
|
11 years ago |
Steven Kirk
|
b2d40e77c3
|
Started implementing multiple selection.
|
11 years ago |
Nikita Tsukanov
|
01e2c90bc5
|
Removed this.
|
11 years ago |
Steven Kirk
|
145411020b
|
Ran .net core code formatter.
|
11 years ago |
Steven Kirk
|
6151aef188
|
Removed file headers.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
c5020d38ee
|
Remove RoutedEventArgs.OriginalSource.
Still not entirely sure what it's purpose is in WPF.
|
11 years ago |
Steven Kirk
|
d161428f52
|
Pass navigation method in GotFocus event.
And only focus selectable items when focus comes from the pointer, or
directional keys.
|
11 years ago |
Steven Kirk
|
3492bd617f
|
Added SelectingItemsControl.AutoSelect.
|
11 years ago |
Steven Kirk
|
ff331693f0
|
Started refactoring SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
c0fc38358f
|
Refactored templates a bit.
Added interfaces, moved them to Controls.Templates namespace and added
base classes for common Func<> templates.
|
11 years ago |
Steven Kirk
|
09ef0309b1
|
Added validation/coercion to RangeBase properties.
|
11 years ago |
Steven Kirk
|
b740d95e15
|
Don't try to select items that don't belong to you.
This was breaking DevTools.
|
11 years ago |
Steven Kirk
|
4f98bb5476
|
Make changing selecting in item work.
Make SelectingItemsControl listen for IsSelectedChangedEvents from child
items and update its selection accordingly.
|
11 years ago |
Steven Kirk
|
43e80392df
|
Started adding keyboard accessibility to Menu.
Still quite a lot to do.
|
11 years ago |
Steven Kirk
|
ba8552cb81
|
Renamed Id to Name.
No reason to be different for the sake of it.
|
11 years ago |
Steven Kirk
|
d591f0691e
|
Added Deck control.
|
11 years ago |
Steven Kirk
|
fbd33a2163
|
Ensure IsSelected set on ApplyTemplate.
|
11 years ago |
Steven Kirk
|
d27205716a
|
Handle deselecting removed items...
in SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
5600ee32a4
|
Handle null Items in SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
41e434e13b
|
Added SelectedItemsControl.SelectedIndex
|
11 years ago |