Skip to content

Commit 583177c

Browse files
committed
update the Update date + minor edits
1 parent 4e75ce9 commit 583177c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/xaml-tools/xaml-designtime-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Design Time Data with the XAML Designer in Visual Studio
33
description: Learn how to use design-time data in XAML.
4-
ms.date: 11/17/2020
4+
ms.date: 04/22/2021
55
ms.topic: overview
66
author: alihamie
77
ms.author: tglee
@@ -63,7 +63,7 @@ You can set a design-time Source for images that are bound to the page or loaded
6363

6464
ListViews are a popular way to display data in your Desktop app. However, they're difficult to visualize without any data. You can use this feature to create an inline design-time data ItemSource or Items. The XAML Designer displays what is in that array in your ListView at design time.
6565

66-
### WPF .NET Core Example
66+
### WPF .NET Core example
6767
To use the system:String type, make sure you include
6868
`xmlns:system="clr-namespace:System;assembly=mscorlib` in your XAML header.
6969

@@ -135,7 +135,7 @@ xmlns:models="clr-namespace:Cities.Models"
135135

136136
The benefit here is that you can bind your controls to a design-time static version of your model.
137137

138-
### UWP Example
138+
### UWP example
139139

140140
x:Array is not supported in UWP. Therefore we can use `<d:ListView.Items>` instead. To use the system:String type, make sure you include
141141
`http://schemas.microsoft.com/winfx/2009/xaml` in your XAML header.

0 commit comments

Comments
 (0)