[NUI] Add TabItem to support TabView in xaml
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 8 Feb 2023 11:45:53 +0000 (20:45 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 21 Feb 2023 11:04:00 +0000 (20:04 +0900)
commit1addde758783358afd821b7e98963a807306c1af
tree8d8c330e0d3a34e0cb48bf1bcb332eda8e59fddd
parent838083d17a959187a8fcdba310d43503cccf11a2
[NUI] Add TabItem to support TabView in xaml

To support TabView in xaml, TabItem has been added.

TabView provides Add(TabItem) to add a tab from the given TabItem.
TabItem contains Title, IconURL of a new TabButton in TabView's TabBar
and Content of a new View in TabView's TabContent.
src/Tizen.NUI.Components/Controls/TabItem.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/TabView.cs
test/NUITizenGallery/Examples/TabViewTest/TabViewTestPage.xaml
test/NUITizenGallery/Examples/TabViewTest/TabViewTestPage.xaml.cs
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconOnlyTestPage.xaml
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconOnlyTestPage.xaml.cs
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconTestPage.xaml
test/NUITizenGallery/Examples/TabViewTest/TabViewWithIconTestPage.xaml.cs