Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
5 years ago
Steven Kirk
fc2eb08d88
Use SelectionModel in samples.
6 years ago
Steven Kirk
af90219ff4
Reverted SelectionModel.
6 years ago
Steven Kirk
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Steven Kirk
6001115573
Use SelectionModel in SelectingItemsControl.
6 years ago
artyom
fd7ffbd84c
Bring back the changes
6 years ago
danwalmsley
a487b38c33
Revert "Updated ReactiveUI to version 10.1.1"
6 years ago
José Pedro
e700832ee0
Updated ReactiveUI to version 10.0.1.
7 years ago
Steven Kirk
2210b441a2
Moved attached layout code to Avalonia.Layout.
Also involved moving `Orientation` enum.
7 years ago
Steven Kirk
564d8f1510
Allow random item heights in VirtualizationDemo.
Add a "randomize" and "reset" button in order to test #2144 .
7 years ago
artyom
ebcbe99c4e
Add tests for ReactiveUI 9.0.1
7 years ago
Jumar Macato
7b1c9bde18
Replace namespaces accordingly; Rename projects on main sln file.
8 years ago
Jumar Macato
def7da4bb2
Rename Sample projects to avoid confusion with the CI tests.
8 years ago
Steven Kirk
8a80a724d7
Implement disabling of ListBox scrollbars.
Fixes #1344 .
8 years ago
Steven Kirk
1be39b8f71
Select scrollbar visibility in VirtualizationTest.
Does not currently work.
8 years ago
Steven Kirk
7f16137f90
Fix RenderTest default orientation.
7cb4485d changed the order of the `Orientation` enum members to match WPF but didn't change the default in `RenderTest` which caused it to display horizontal by default. Fix this.
8 years ago
Jeremy Koritzinsky
dff3031e20
Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder.
Update Rx.Net dependency to match reactiveui's dependency on Rx.
Removed ReactiveUI dependeny in BindingTests.
Updated BindingTest sample to use the new reactiveui APIs.
Update samples to use current ReactiveUI APIs.
Fixed bug I introduced into tests.
Remove RxUI submodule info from .gitmodules
9 years ago
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
9 years ago
Jeremy Koritzinsky
9f8336c733
Update samples to use current ReactiveUI APIs.
9 years ago
Steven Kirk
95eefa3cf1
Implement AutoScrollToSelectedItem
For virtualizing lists.
10 years ago
Steven Kirk
0d32bc420c
Allow changing orientation in virt sample.
10 years ago
Steven Kirk
ae2ea31c6e
Allow changing virtualization mode in test app.
Not yet working correctly.
10 years ago
Steven Kirk
c718f65e4c
Make inserting items more user friendly.
10 years ago
Steven Kirk
b6dc913b20
Allow multiple selection in virt test app.
10 years ago
danwalmsley
e015fc15b2
add items, adds after selected item.
10 years ago
danwalmsley
94f8abbc4d
add items at selected index, or at end if no selection.
10 years ago
danwalmsley
defae349a7
added button to prepend and append items to list.
10 years ago
danwalmsley
35fe93c9c2
added support for add items and remove items in virtualization sample app.
10 years ago
Steven Kirk
780ff4c0b4
Correctly resize items.
10 years ago
Steven Kirk
2ea322f54f
Added "Recreate" button to virtualization test app.
10 years ago
Steven Kirk
5582750bb6
Added virtualization test app.
10 years ago