|
534 | 534 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
535 | 535 | "Subtitle": "A control that presents a collection of items using various layouts.", |
536 | 536 | "ImagePath": "ms-appx:///Assets/ControlImages/ItemsView.png", |
| 537 | + "ImageIconPath": "ms-appx:///Assets/ControlIcons/ListViewIcon.png", |
537 | 538 | "Description": "The ItemsView lets you show a collection of items using scrollable & swappable layouts.", |
538 | 539 | "Content": "<p><b>ItemsView</b> can contain a collection of items of any type. To populate the view, set the <b>ItemsSource</b> property to a data source.</p><p>Set a <b>Layout</b> to define how the items are laid out.</p><p>Set an <b>ItemTemplate</b> to define the look of individual items.</p><p>Look at the <i>ItemsViewPage.xaml</i> file in Visual Studio to see the full code for this page.</p>", |
539 | 540 | "IsNew": true, |
|
1428 | 1429 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
1429 | 1430 | "Subtitle": "A control that extends a regular vertical scrollbar's functionality for an easy navigation through large collections.", |
1430 | 1431 | "ImagePath": "ms-appx:///Assets/ControlImages/Placeholder.png", |
| 1432 | + "ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewerIcon.png", |
1431 | 1433 | "Description": "The AnnotatedScrollBar lets you navigate through a large collection of items via a clickable rail with labels which act as markers.", |
1432 | 1434 | "Content": "<p><b>AnnotatedScrollBar</b> can be connected to a scrollable container, like a ScrollView, via its <b>ScrollController</b> property.</p><p>Populate the <b>Labels</b> property with special values that act as markers.</p><p>Set the <b>LabelTemplate</b> and <b>DetailLabelTemplate</b> data templates to define the labels' and more granular tooltips' looks.</p><p>Look at the <i>AnnotatedScrollBarPage.xaml</i> file in Visual Studio to see the full code for this page.</p>", |
1433 | 1435 | "IsNew": true, |
|
1473 | 1475 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
1474 | 1476 | "Subtitle": "A container control that lets the user pan and zoom its content.", |
1475 | 1477 | "ImagePath": "ms-appx:///Assets/ControlImages/ScrollView.png", |
1476 | | - "ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewIcon.png", |
| 1478 | + "ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewerIcon.png", |
1477 | 1479 | "Description": "A ScrollView lets a user scroll, pan, and zoom to see content that's larger than the viewable area. The ItemsView has a ScrollView built into its control template to provide automatic scrolling.", |
1478 | 1480 | "Content": "<p>Look at the <i>ScrollViewPage.xaml</i> file in Visual Studio to see the full code for this page.</p>", |
1479 | 1481 | "IsNew": true, |
|
0 commit comments