Skip to content

Commit db9ff21

Browse files
AndrewKeepCodingkarkarl
authored andcommitted
Fix issue that crashes the app when navigating to SemanticZoomPage (#1363)
1 parent 263107a commit db9ff21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

WinUIGallery/DataModel/ControlInfoData.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@
534534
"ApiNamespace": "Microsoft.UI.Xaml.Controls",
535535
"Subtitle": "A control that presents a collection of items using various layouts.",
536536
"ImagePath": "ms-appx:///Assets/ControlImages/ItemsView.png",
537+
"ImageIconPath": "ms-appx:///Assets/ControlIcons/ListViewIcon.png",
537538
"Description": "The ItemsView lets you show a collection of items using scrollable & swappable layouts.",
538539
"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>",
539540
"IsNew": true,
@@ -1428,6 +1429,7 @@
14281429
"ApiNamespace": "Microsoft.UI.Xaml.Controls",
14291430
"Subtitle": "A control that extends a regular vertical scrollbar's functionality for an easy navigation through large collections.",
14301431
"ImagePath": "ms-appx:///Assets/ControlImages/Placeholder.png",
1432+
"ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewerIcon.png",
14311433
"Description": "The AnnotatedScrollBar lets you navigate through a large collection of items via a clickable rail with labels which act as markers.",
14321434
"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>",
14331435
"IsNew": true,
@@ -1473,7 +1475,7 @@
14731475
"ApiNamespace": "Microsoft.UI.Xaml.Controls",
14741476
"Subtitle": "A container control that lets the user pan and zoom its content.",
14751477
"ImagePath": "ms-appx:///Assets/ControlImages/ScrollView.png",
1476-
"ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewIcon.png",
1478+
"ImageIconPath": "ms-appx:///Assets/ControlIcons/ScrollViewerIcon.png",
14771479
"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.",
14781480
"Content": "<p>Look at the <i>ScrollViewPage.xaml</i> file in Visual Studio to see the full code for this page.</p>",
14791481
"IsNew": true,

0 commit comments

Comments
 (0)