[ATSPI] CollectionView - Show highlighed descendant
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 12 Nov 2021 04:16:40 +0000 (13:16 +0900)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Mon, 29 Nov 2021 08:55:55 +0000 (17:55 +0900)
commitf995112547068dcb3df4f75886bd997a9dc728ec
tree5e4e1226c4de3e4aa868e0dbc0c799e8fac56ec8
parenta21a07dac60b9d9aac1f6fd315f777679a0a23b6
[ATSPI] CollectionView - Show highlighed descendant

The 1st generation child ContentContainer is always showing. So
it was not able to show highlighted descendant by AccessibilityScrollToChild.

The child is a descendant of CollectionView from following patch.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/266414/

With this patch set, It is possible to show highlighted descendant.
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionView.cs