Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified controls/path/Images/path_styling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions controls/slideview/control-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Control Template
page_title: .NET MAUI SlideView Documentation - Control Template
description: Learn how to control the visual appearence of the .NET MAUI SlideView component throught the Control Template.
position: 17
published: False
slug: slideview-control-template
---

Expand Down
2 changes: 1 addition & 1 deletion controls/slideview/item-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ slideView.BindingContext = new ViewModel();

Here is the result:

![.NET MAUI SlideView with ItemTemplate applied](images/slideview-itemtemplate.png)
![.NET MAUI SlideView with ItemTemplate applied](images/slideview-item-template.gif)

> For a runnable example with the SlideView ItemTemplate scenario, see the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and go to **SlideView > Templates**.

Expand Down
4 changes: 4 additions & 0 deletions docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ redirects:
to: https://www.progress.com/legal/privacy-policy
type: Permanent

- from: ^/controls/slideview/control-template$
to: /controls/slideview/overview
type: Permanent

- from: ^/controls/listview/grouping/grouping$
to: /controls/listview/grouping/overview
type: Permanent
Expand Down
Loading