Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Rui Marinho a7e9ec1c1e
[UITests] Add new tests categories (#10883)
* [UITests] Add Bugzilla category

* [UITests] Update with Github5000 Category

* [UITests] Remove extra categories
2020-06-01 10:56:02 +01:00
Jiarui Guo c0bb38c7fa #3533 Bring back uap10.0/netstandard1.4 support (#7079) fixes #3533
* target netstandard 1.4 for supporting rs2

* multi targeting

* initial tests

* - set a couple libraries to NS1.0

* - ns1.4

* - fix gallery project

* - fix min targets

* - fix target

* - remove sdk

* - buildControlsPath

* - nuget restore

* - controls path

* - uwp version

* - add generic

* - fix xbf

* - add tuple nuget

* - set max target to 16299

* - proj fixes
2019-11-22 16:57:21 +00:00
Niklas Therning 621418b85b Added the ListView.SelectionMode property
Allows the customization of a ListView's selection mode. Either
ListViewSelectionMode.Single (the default) or ListViewSelectionMode.None can
be set.

Fixes #1801.
2018-03-27 10:18:26 +02:00
Samantha Houts 2903810599 [UWP] Fix ListView selection issues **Behavior change** (#1157)
* Update 44886 repro

* Add 59718 repro

* [UWP] Don't fire a click when SelectedItem changes programmatically

* Update repro for 59718

* [Core] Add Win ListView Selection mode specific

* [Win] Use ListView SelectionMode specific

* Fix test case

* [Win] ListView sets value once when clicked

* Update docs

* Fix specific methods

* Update docs again
2017-10-19 23:17:31 +01:00