Steven Kirk
|
4d2461e156
|
Make checkbox work.
|
11 years ago |
Steven Kirk
|
187d14c018
|
Added ScrollViewer XAML style.
ScrollBar not yet working.
|
11 years ago |
Steven Kirk
|
afb5e169de
|
Implemented more control styles in XAML.
Now removed DefaultTheme so only XAML styles are taking affect.
|
11 years ago |
Steven Kirk
|
25fa7ddc6a
|
Added Carousel and CheckBox XAML styles.
|
11 years ago |
Steven Kirk
|
972f635b82
|
Updated OmniXAML.
Style includes now work - yay!
|
11 years ago |
Steven Kirk
|
9e1de29c81
|
Commented-out non-working code for now.
|
11 years ago |
Steven Kirk
|
a18795b160
|
Put button style into its own file.
And add StyleInclude class to import it. Unfortunately doesn't work yet
due to bug in OmniXAML: https://github.com/SuperJMN/OmniXAML/issues/48
|
11 years ago |
Steven Kirk
|
a098dfac73
|
Directly manipulate button template border.
|
11 years ago |
Steven Kirk
|
526ce1e0cc
|
Get the PerspexProperty type from the Style.
|
11 years ago |
José Manuel Nieto Sánchez
|
7333b8c465
|
Improved XamlTestApplication + new GeometryConverter
|
11 years ago |
Steven Kirk
|
8eee0a9cd6
|
Added style triggers.
|
11 years ago |
Steven Kirk
|
26a322e0fc
|
Add some more XAML control template goodness.
|
11 years ago |
Steven Kirk
|
dab821249e
|
Got basic XAML control templates working.
|
11 years ago |
Steven Kirk
|
08f067b983
|
Added basic support for control templates in XAML.
Still need TemplateBinding markup extension.
|
11 years ago |
Steven Kirk
|
01417ba883
|
Renamed ControlTemplate -> FuncControlTemplate
|
11 years ago |
Steven Kirk
|
a4421a6241
|
Added Application XAML.
|
11 years ago |
Steven Kirk
|
5bfa93b747
|
Renamed Deck -> Carousel.
|
11 years ago |
Steven Kirk
|
78ff0ff940
|
Fix ProgressBar display.
Closes #217.
|
11 years ago |
Steven Kirk
|
16825ac45e
|
Handle null and UnsetValue in ExpressionSubject.
|
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
|
7d73960ef6
|
Make selecting ranges work.
|
11 years ago |
Steven Kirk
|
b2d40e77c3
|
Started implementing multiple selection.
|
11 years ago |
Steven Kirk
|
7a287782fb
|
Renamed "selected" style class to ":selected"
|
11 years ago |
Steven Kirk
|
7b82df4369
|
Replaced AutoSelect with SelectionMode.
Added protected multiple selection properties to SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
d183cf1bc3
|
Fix XamlTestApplication.
|
11 years ago |
Steven Kirk
|
92535c3904
|
Make TreeDataTemplate work.
|
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 |
Steven Kirk
|
52975c8432
|
Basic binding using ExpressionObserver.
|
11 years ago |
Steven Kirk
|
ce920d1d18
|
Commented out TreeView for now.
|
11 years ago |
Nikita Tsukanov
|
01562bd98c
|
XamlTestApp code cleanup
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |
Steven Kirk
|
c91ea908da
|
Fixed Animations page again.
|
11 years ago |
Nikita Tsukanov
|
e8406b3f27
|
Fixed animations tab
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
d581a1785d
|
Fixed test DataTemplate.
|
11 years ago |
Steven Kirk
|
a0509caede
|
Renamed TreeDataTemplate -> FuncTreeDataTemplate.
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Steven Kirk
|
1b4c7787d1
|
Enable DevTools on TestApplication.
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Steven Kirk
|
292a04d973
|
Renamed DataTemplate -> FuncDataTemplate.
|
11 years ago |