Steven Kirk
|
71cd3d965b
|
More work on XAML control theme.
|
11 years ago |
Steven Kirk
|
b230c3b3f3
|
Renamed XamlBinding -> Binding
Had to also rename enclosing namespace from Binding to Data as classes
with same name as a namespace cause problems.
|
11 years ago |
Steven Kirk
|
785238bdf1
|
Merged XamlBinding and XamlTemplateBinding.
|
11 years ago |
Steven Kirk
|
25fa7ddc6a
|
Added Carousel and CheckBox XAML styles.
|
11 years ago |
Steven Kirk
|
01417ba883
|
Renamed ControlTemplate -> FuncControlTemplate
|
11 years ago |
Steven Kirk
|
5b307f653d
|
Fix spurious selection changes.
In SelectingItemsControl. This was causing TabControls with transitions
to break.
|
11 years ago |
Steven Kirk
|
e824458a00
|
Fix DataContext binding problem with SelectedItems.
This one has to be solved in SelectingItemsControl as the property is
not updated via a binding.
|
11 years ago |
Nikita Tsukanov
|
a61fdc86b2
|
Removed IPlatformThreadingInterface mock since it's broken anyway
|
11 years ago |
Steven Kirk
|
6401cec2ef
|
Make SelectedItems a plain IList
As IList<T> is not covariant.
|
11 years ago |
Steven Kirk
|
c0dff57a78
|
Make SelectedItems bindable.
And to avoid confusion removed SelectedIndexes.
|
11 years ago |
Steven Kirk
|
1ed1d0efb9
|
Added additional test.
|
11 years ago |
Steven Kirk
|
7d73960ef6
|
Make selecting ranges work.
|
11 years ago |
Steven Kirk
|
b2d40e77c3
|
Started implementing multiple selection.
|
11 years ago |
Steven Kirk
|
271f47fb5b
|
Make SelectionMode flags.
So you can combine behaviours.
|
11 years ago |
Steven Kirk
|
7b82df4369
|
Replaced AutoSelect with SelectionMode.
Added protected multiple selection properties to SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
cbfbc52803
|
Use direct PPs for SelectedIndex/Items.
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Steven Kirk
|
3693193246
|
Fix tests failing due to previous layout fix.
The test expectations were incorrect after stretch layout with absolute
size fix.
|
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 |