Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2022
1 parent b830607 commit bb1d3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private void OnCounterClicked(object sender, EventArgs e)
}
}

public class ScrollViewTemplatePageModel
public class ScrollViewTemplatePageModel
{
public int Spacing { get; set; } = 25;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
"Default Template with Large Item Spacing", new ScrollViewTemplatePageModel{ Spacing = 200 }),

new SectionModel(typeof(ScrollViewTemplatePage), "Large Item Spacing, ScrollView Padding",
"Default Template with Large Item Spacing and ScrollView Padding",
new ScrollViewTemplatePageModel{ Spacing = 200, ScrollViewPadding = new Thickness(25),
"Default Template with Large Item Spacing and ScrollView Padding",
new ScrollViewTemplatePageModel{ Spacing = 200, ScrollViewPadding = new Thickness(25),
ContentBackground = Colors.LightBlue, VerticalAlignment = LayoutOptions.Fill }),


Expand Down

0 comments on commit bb1d3ff

Please sign in to comment.