[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)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Thu, 16 Feb 2023 01:58:51 +0000 (10:58 +0900)
commitc1de9818a13316ac253cf15bba25cbf7156ff2ab
treee2b82440358d553ecadeb45a758141f64ee67fc7
parent2f8a2693a007341c4afeafcc3a1e111ec0a58d0f
[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