[NUI] Support default focus logic for RecyclerView (#1869)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 30 Jul 2020 11:02:06 +0000 (20:02 +0900)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 11:02:06 +0000 (20:02 +0900)
commit6244a1ea68053575dfb6e701aaf5f7ee3a5f6fd7
tree9be6a7c3309821e0fab71284c6920ba748a22157
parentd46d69eb3b35f951957ad95b44790eaa84e2bbfe
[NUI] Support default focus logic for RecyclerView (#1869)

Support default focus chain.

Focus logic can vary depending on the type of LayoutManager.
src/Tizen.NUI.Components/Controls/RecyclerView/GridRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/LinearRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecyclerView.cs