Skip to content

Commit 2105091

Browse files
authored
ScrollView refresh (#1685)
* ScrollView refresh. * Edits. * Edits. * Acrolinx edits. * Link fixes. * Redirect. * Download link fixed. * Added no-loc metadata. * Edits.
1 parent f94a697 commit 2105091

File tree

19 files changed

+302
-128
lines changed

19 files changed

+302
-128
lines changed

.openpublishing.redirection.json

+4
Original file line numberDiff line numberDiff line change
@@ -656,5 +656,9 @@
656656
"source_path": "docs/xamarin-forms/user-interface/layouts/stack-layout.md",
657657
"redirect_url": "/xamarin/xamarin-forms/user-interface/layouts/stacklayout.md"
658658
},
659+
{
660+
"source_path": "docs/xamarin-forms/user-interface/layouts/scroll-view.md",
661+
"redirect_url": "/xamarin/xamarin-forms/user-interface/layouts/scrollview.md"
662+
},
659663
]
660664
}

docs/xamarin-forms/TOC.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
- name: Frame
603603
href: user-interface/layouts/frame.md
604604
- name: ScrollView
605-
href: user-interface/layouts/scroll-view.md
605+
href: user-interface/layouts/scrollview.md
606606
- name: Concepts
607607
items:
608608
- name: Bindable Layouts

docs/xamarin-forms/creating-mobile-apps-xamarin-forms/summaries/chapter04.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ The **BlackCat** sample also demonstrates how to define and access program resou
115115
- [Chapter 4 samples](https://github.com/xamarin/xamarin-forms-book-samples/tree/master/Chapter04)
116116
- [Chapter 4 F# samples](https://github.com/xamarin/xamarin-forms-book-samples/tree/master/Chapter04/FS)
117117
- [StackLayout](~/xamarin-forms/user-interface/layouts/stacklayout.md)
118-
- [ScrollView](~/xamarin-forms/user-interface/layouts/scroll-view.md)
118+
- [ScrollView](~/xamarin-forms/user-interface/layouts/scrollview.md)
119119
- [BoxView](~/xamarin-forms/user-interface/boxview.md)

docs/xamarin-forms/user-interface/controls/layouts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These classes derive from [`Layout`](xref:Xamarin.Forms.Layout), which defines [
5050

5151
| | |
5252
| --- | --- |
53-
| [`ScrollView`](xref:Xamarin.Forms.ScrollView) is capable of scrolling its contents. Set the [`Content`](xref:Xamarin.Forms.ScrollView.Content) property to a view or layout too large to fit on the screen. (The content of a `ScrollView` is very often a [`StackLayout`](#stackLayout).) Set the [`Orientation`](xref:Xamarin.Forms.ScrollView.Orientation) property to indicate if scrolling should be vertical, horizontal, or both.<br /><br />[API Documentation](xref:Xamarin.Forms.ScrollView) / [Guide](~/xamarin-forms/user-interface/layouts/scroll-view.md) / [Sample](https://docs.microsoft.com/samples/xamarin/xamarin-forms-samples/userinterface-layout) | [![ScrollView Example](layouts-images/ScrollView.png "ScrollView Example")](layouts-images/ScrollView-Large.png#lightbox "ScrollView Example")<br />[C# code for this page](https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/CodeExamples/ScrollViewDemoPage.cs) / [XAML page](https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/XamlExamples/ScrollViewDemoPage.xaml) |
53+
| [`ScrollView`](xref:Xamarin.Forms.ScrollView) is capable of scrolling its contents. Set the [`Content`](xref:Xamarin.Forms.ScrollView.Content) property to a view or layout too large to fit on the screen. (The content of a `ScrollView` is very often a [`StackLayout`](#stackLayout).) Set the [`Orientation`](xref:Xamarin.Forms.ScrollView.Orientation) property to indicate if scrolling should be vertical, horizontal, or both.<br /><br />[API Documentation](xref:Xamarin.Forms.ScrollView) / [Guide](~/xamarin-forms/user-interface/layouts/scrollview.md) / [Sample](https://docs.microsoft.com/samples/xamarin/xamarin-forms-samples/userinterface-layout) | [![ScrollView Example](layouts-images/ScrollView.png "ScrollView Example")](layouts-images/ScrollView-Large.png#lightbox "ScrollView Example")<br />[C# code for this page](https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/CodeExamples/ScrollViewDemoPage.cs) / [XAML page](https://github.com/xamarin/xamarin-forms-samples/blob/master/FormsGallery/FormsGallery/FormsGallery/XamlExamples/ScrollViewDemoPage.xaml) |
5454
| | |
5555

5656
### TemplatedView

docs/xamarin-forms/user-interface/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ landingContent:
182182
- text: RelativeLayout
183183
url: layouts/relative-layout.md
184184
- text: ScrollView
185-
url: layouts/scroll-view.md
185+
url: layouts/scrollview.md
186186
- text: StackLayout
187187
url: layouts/stacklayout.md
188188

Loading

docs/xamarin-forms/user-interface/layouts/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ landingContent:
4141
- text: Frame
4242
url: frame.md
4343
- text: ScrollView
44-
url: scroll-view.md
44+
url: scrollview.md
4545

4646
- title: Layout concepts
4747
linkLists:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/xamarin-forms/user-interface/layouts/scroll-view.md

-123
This file was deleted.
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)