Steven Kirk
|
81d7d76659
|
Renamed paml => xaml in files.
|
10 years ago |
Steven Kirk
|
94ea1dc6c3
|
Renamed .paml files to .xaml.
|
10 years ago |
Steven Kirk
|
913c647bcb
|
Think I've managed to repro Core2D leak.
|
10 years ago |
Steven Kirk
|
e09495749f
|
Update BindingTest to display data template.
Based on selected list item. Trying to reproduce the leak seen in
Core2D.
|
10 years ago |
Steven Kirk
|
ab2d7571e1
|
Include default theme and base color in App.paml.
|
10 years ago |
Steven Kirk
|
44a50eb51c
|
Removed one way to source binding from BindingTest.
As it was clearing the binding value when the program was run. Not sure
why it didn't do that before as it is correct behavior.
|
10 years ago |
Steven Kirk
|
80ecc8002b
|
Implemented delayed bindings.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
8fb9c5c8e7
|
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
|
10 years ago |
Steven Kirk
|
baf43b31c2
|
Use #element syntax in binding.
|
11 years ago |
Steven Kirk
|
7865743819
|
Added ElementName bindings.
|
11 years ago |
Steven Kirk
|
76b6f8f3dd
|
Another oops.
|
11 years ago |
Steven Kirk
|
73785d471f
|
Oops.
|
11 years ago |
Steven Kirk
|
bd220d2b92
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
78ff0ff940
|
Fix ProgressBar display.
Closes #217.
|
11 years ago |
Steven Kirk
|
62b8c5a40c
|
Added default type converter for bindings.
To convert between basic types. Closes #256. Closes #270.
|
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
|
9d88f91852
|
Determine binding target at time of bind.
This is needed in order to be able to use bindings as selectors, e.g.
for TreeDataTemplate.ItemsSelector.
|
11 years ago |
Steven Kirk
|
9aa3c18c58
|
Fixed shuffle.
|
11 years ago |
Steven Kirk
|
a5ec3588c5
|
Test binding negation in BindingTest.
|
11 years ago |
Steven Kirk
|
3fee7587bc
|
Make the shuffle more noticable.
|
11 years ago |
Steven Kirk
|
0c837f87a8
|
Add demo of binding to array index.
Tried to add a button to shuffle ObservableCollection, but Command binding doesn't seem to work.
|
11 years ago |
Steven Kirk
|
1064fbd186
|
Implement OneTime binding.
|
11 years ago |
Steven Kirk
|
8457645eb4
|
Implemented OneWayToSource binding.
|
11 years ago |
Steven Kirk
|
907505f194
|
Get simple two-way bindings working.
|
11 years ago |
Steven Kirk
|
4d5abf80e7
|
Added a binding test application.
|
11 years ago |