43f9078b9abe0aa5027be4d06625e996722bc382
[platform/core/csapi/tizenfx.git] / test / NUITestSample / NUIXAMLTestSample / UTC / TestScrollBar / ScrollBarTestPage.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ContentPage x:Class="Tizen.NUI.Examples.ScrollBarTestPage"
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:l="clr-namespace:Tizen.UI_Xaml;assembly=Tizen.UI_Xaml"
5   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
6
7       <ScrollBar BackgroundColor="Green" ScrollDirection="Horizontal" Size2D="400,80" PositionY="50" ParentOrigin="TopLeft" PivotPoint="TopLeft" PositionUsesPivotPoint="true" />
8
9 </ContentPage>