[NUI] Fix StyleGuide examples (#4178)
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.StyleGuide / Examples / ScrollableBase / ScrollableBaseExample.cs
index 1208fd8..022462e 100644 (file)
@@ -73,6 +73,8 @@ namespace Tizen.NUI.StyleGuide
                     };
                     item.Label.SetBinding(TextLabel.TextProperty, "Direction");
                     item.Label.HorizontalAlignment = HorizontalAlignment.Begin;
+                    item.Focusable = true;
+                    item.FocusableInTouch = true;
                     return item;
                 }),
                 ScrollingDirection = ScrollableBase.Direction.Vertical,