diff --git a/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterGallery.cs b/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterGallery.cs index 470e1470be52..bcca9a5a0aeb 100644 --- a/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterGallery.cs +++ b/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterGallery.cs @@ -20,6 +20,7 @@ public HeaderFooterGallery() descriptionLabel, TestBuilder.NavButton("Header/Footer (String)", () => new HeaderFooterString(), Navigation), TestBuilder.NavButton("Header/Footer (Forms View)", () => new HeaderFooterView(), Navigation), + TestBuilder.NavButton("Header/Footer (Horizontal Forms View)", () => new HeaderFooterViewHorizontal(), Navigation), TestBuilder.NavButton("Header/Footer (Template)", () => new HeaderFooterTemplate(), Navigation), TestBuilder.NavButton("Header/Footer (Grid)", () => new HeaderFooterGrid(), Navigation), TestBuilder.NavButton("Footer Only (String)", () => new FooterOnlyString(), Navigation), diff --git a/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterViewHorizontal.xaml b/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterViewHorizontal.xaml new file mode 100644 index 000000000000..9e960d75a10b --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/Elements/CollectionView/HeaderFooterGalleries/HeaderFooterViewHorizontal.xaml @@ -0,0 +1,43 @@ + + + + +