3 references to Vertical
Microsoft.Maui.Controls (3)
Items\ItemsLayoutTypeConverter.cs (2)
27 return LinearItemsLayout.Vertical; 58 if (value is LinearItemsLayout && value == LinearItemsLayout.Vertical)
Items\ItemsView.cs (1)
113 LinearItemsLayout.Vertical, propertyChanged: OnInternalItemsLayoutPropertyChanged);