Steven Kirk
|
57a611533c
|
Added Data Annotations validation.
|
10 years ago |
Steven Kirk
|
ab515ee513
|
Added INDEI validation to BindingTest.
|
10 years ago |
Steven Kirk
|
760adfc126
|
Update BindingTest with changes.
Data validation still doesn't work in BindingTest though.
|
10 years ago |
Steven Kirk
|
5c33fbc6ee
|
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Wiesław Šoltés
|
557fda7f45
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
764d5fd0ce
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
b25125108a
|
Added Commands tab
|
10 years ago |
Steven Kirk
|
94ea1dc6c3
|
Renamed .paml files to .xaml.
|
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
|
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
|
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.
|
10 years ago |
Steven Kirk
|
7865743819
|
Added ElementName bindings.
|
10 years ago |
Steven Kirk
|
76b6f8f3dd
|
Another oops.
|
10 years ago |
Steven Kirk
|
73785d471f
|
Oops.
|
10 years ago |
Steven Kirk
|
bd220d2b92
|
Updated OmniXAML
|
10 years ago |
Steven Kirk
|
78ff0ff940
|
Fix ProgressBar display.
Closes #217.
|
10 years ago |
Steven Kirk
|
62b8c5a40c
|
Added default type converter for bindings.
To convert between basic types. Closes #256. Closes #270.
|
10 years ago |
Steven Kirk
|
c0dff57a78
|
Make SelectedItems bindable.
And to avoid confusion removed SelectedIndexes.
|
10 years ago |
Steven Kirk
|
a5ec3588c5
|
Test binding negation in BindingTest.
|
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
|
4d5abf80e7
|
Added a binding test application.
|
11 years ago |