|
29 | 29 | "Type": "CarouselPage", |
30 | 30 | "Subcategory": "Layout", |
31 | 31 | "About": "Presents items in a carousel control. It reacts to changes in the layout as well as the content so it can adapt to different form factors automatically.", |
32 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/Carousel", |
| 32 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Carousel", |
33 | 33 | "XamlCodeFile": "CarouselCode.bind", |
34 | 34 | "Icon": "/SamplePages/Carousel/Carousel.png", |
35 | 35 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/Carousel.md" |
|
39 | 39 | "Type": "ColorPickerPage", |
40 | 40 | "Subcategory": "Input", |
41 | 41 | "About": "An improved color picker control providing more options to select colors.", |
42 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ColorPicker", |
| 42 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker", |
43 | 43 | "XamlCodeFile": "ColorPickerXaml.bind", |
44 | 44 | "Icon": "/SamplePages/ColorPicker/ColorPicker.png", |
45 | 45 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/ColorPicker.md" |
|
49 | 49 | "Type": "ColorPickerButtonPage", |
50 | 50 | "Subcategory": "Input", |
51 | 51 | "About": "A color picker within a flyout opened by pressing a dropdown button containing the selected color.", |
52 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ColorPicker", |
| 52 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker", |
53 | 53 | "XamlCodeFile": "/SamplePages/ColorPicker/ColorPickerButtonXaml.bind", |
54 | 54 | "Icon": "/SamplePages/ColorPicker/ColorPicker.png", |
55 | 55 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/ColorPickerButton.md" |
|
79 | 79 | "Type": "RangeSelectorPage", |
80 | 80 | "Subcategory": "Input", |
81 | 81 | "About": "The RangeSelector is a \"double slider\" control for range values.", |
82 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RangeSelector", |
| 82 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector", |
83 | 83 | "XamlCodeFile": "RangeSelectorCode.bind", |
84 | 84 | "Icon": "/SamplePages/RangeSelector/RangeSelector.png", |
85 | 85 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RangeSelector.md" |
|
99 | 99 | "Type": "ListDetailsViewPage", |
100 | 100 | "Subcategory": "Layout", |
101 | 101 | "About": "The ListDetailsView control allows the user to implement the List/Details design pattern.", |
102 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ListDetailsView", |
| 102 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/ListDetailsView", |
103 | 103 | "XamlCodeFile": "ListDetailsView.bind", |
104 | 104 | "CodeFile": "ListDetailsViewCode.bind", |
105 | 105 | "Icon": "/SamplePages/ListDetailsView/ListDetailsView.png", |
|
121 | 121 | "Type": "RadialGaugePage", |
122 | 122 | "Subcategory": "Status and Info", |
123 | 123 | "About": "The radial gauge displays a value within a range, using a needle on a circular face.", |
124 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialGauge", |
| 124 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge", |
125 | 125 | "XamlCodeFile": "RadialGaugeCode.bind", |
126 | 126 | "Icon": "/SamplePages/RadialGauge/RadialGauge.png", |
127 | 127 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RadialGauge.md" |
|
151 | 151 | "Type": "BladePage", |
152 | 152 | "Subcategory": "Layout", |
153 | 153 | "About": "BladeView provides a horizontal collection of blades for master-detail scenarios. The control is based on the experience demonstrated by the Azure Portal.", |
154 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/BladeView", |
| 154 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/BladeView", |
155 | 155 | "XamlCodeFile": "BladeCode.bind", |
156 | 156 | "Icon": "/SamplePages/BladeView/BladeView.png", |
157 | 157 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/BladeView.md" |
|
170 | 170 | "Type": "GridSplitterPage", |
171 | 171 | "Subcategory": "Layout", |
172 | 172 | "About": "GridSplitter represents the control that redistributes space between columns or rows of a Grid control.", |
173 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/GridSplitter", |
| 173 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/GridSplitter", |
174 | 174 | "XamlCodeFile": "GridSplitter.bind", |
175 | 175 | "Icon": "/SamplePages/GridSplitter/GridSplitter.png", |
176 | 176 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/GridSplitter.md" |
|
201 | 201 | "Type": "ExpanderPage", |
202 | 202 | "Subcategory": "Layout", |
203 | 203 | "About": "Expander control allows user to show/hide content based on a boolean state.", |
204 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/Expander", |
| 204 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander", |
205 | 205 | "XamlCodeFile": "ExpanderXaml.bind", |
206 | 206 | "Icon": "/SamplePages/Expander/Expander.png", |
207 | 207 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/Expander.md" |
|
231 | 231 | "Type": "WrapLayoutPage", |
232 | 232 | "Subcategory": "Layout - ItemsRepeater", |
233 | 233 | "About": "The WrapLayout virtualizes child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.", |
234 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/WrapLayout", |
| 234 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/WrapLayout", |
235 | 235 | "XamlCodeFile": "WrapLayout.bind", |
236 | 236 | "Icon": "/SamplePages/WrapLayout/WrapLayout.png", |
237 | 237 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/layout/WrapLayout.md" |
|
241 | 241 | "Type": "OrbitViewPage", |
242 | 242 | "Subcategory": "Layout", |
243 | 243 | "About": "The OrbitView Control positions items in a circle around a center element and supports orbits and anchors.", |
244 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/OrbitView", |
| 244 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/OrbitView", |
245 | 245 | "XamlCodeFile": "OrbitViewXaml.bind", |
246 | 246 | "Icon": "/SamplePages/OrbitView/OrbitView.png", |
247 | 247 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/OrbitView.md" |
|
284 | 284 | "Type": "HeaderedContentControlPage", |
285 | 285 | "Subcategory": "Layout", |
286 | 286 | "About": "Allows content to be displayed with a specified header.", |
287 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/HeaderedContentControl", |
| 287 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedContentControl", |
288 | 288 | "XamlCodeFile": "HeaderedContentControlXaml.bind", |
289 | 289 | "Icon": "/SamplePages/HeaderedContentControl/HeaderedContentControl.png", |
290 | 290 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/HeaderedContentControl.md" |
|
294 | 294 | "Type": "HeaderedItemsControlPage", |
295 | 295 | "Subcategory": "Layout", |
296 | 296 | "About": "Allows items to be displayed with a specified header.", |
297 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/HeaderedItemsControl", |
| 297 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedItemsControl", |
298 | 298 | "XamlCodeFile": "HeaderedItemsControlXaml.bind", |
299 | 299 | "Icon": "/SamplePages/HeaderedItemsControl/HeaderedItemsControl.png", |
300 | 300 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/HeaderedItemsControl.md" |
|
314 | 314 | "Type": "StaggeredLayoutPage", |
315 | 315 | "Subcategory": "Layout - ItemsRepeater", |
316 | 316 | "About": "The StaggeredLayout virtualizes items in a column approach where an item will be added to whichever column has used the least amount of space.", |
317 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/StaggeredLayout", |
| 317 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/StaggeredLayout", |
318 | 318 | "XamlCodeFile": "StaggeredLayout.bind", |
319 | 319 | "Icon": "/SamplePages/StaggeredLayout/StaggeredLayout.png", |
320 | 320 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/layout/StaggeredLayout.md" |
|
324 | 324 | "Type": "LayoutTransformControlPage", |
325 | 325 | "Subcategory": "Layout", |
326 | 326 | "About": "Control that implements support for transformations as if applied by LayoutTransform.", |
327 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/LayoutTransformControl", |
| 327 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/LayoutTransformControl", |
328 | 328 | "XamlCodeFile": "LayoutTransformControlXaml.bind", |
329 | 329 | "Icon": "/SamplePages/LayoutTransformControl/LayoutTransformControl.png", |
330 | 330 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/LayoutTransformControl.md" |
|
359 | 359 | "Type": "RemoteDevicePickerControlPage", |
360 | 360 | "Subcategory": "Input", |
361 | 361 | "About": "Remote Device Picker Control for Project Rome.", |
362 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RemoteDevicePicker", |
| 362 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RemoteDevicePicker", |
363 | 363 | "CodeFile": "RemoteDevicePickerCode.bind", |
364 | 364 | "Icon": "/SamplePages/RemoteDevicePicker/RemoteDevicePicker.png", |
365 | 365 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RemoteDevicePicker.md" |
|
449 | 449 | "Type": "TokenizingTextBoxPage", |
450 | 450 | "Subcategory": "Input", |
451 | 451 | "About": "A text input control that makes suggestions and keeps track of data token items", |
452 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/TokenizingTextBox", |
| 452 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox", |
453 | 453 | "CodeFile": "TokenizingTextBoxCode.bind", |
454 | 454 | "XamlCodeFile": "TokenizingTextBoxXaml.bind", |
455 | 455 | "Icon": "/SamplePages/TokenizingTextBox/TokenizingTextBox.png", |
|
459 | 459 | "Name": "TabbedCommandBar", |
460 | 460 | "Subcategory": "Menus and Toolbars", |
461 | 461 | "About": "A control for displaying multiple CommandBars in the same space, like Microsoft Office's ribbon.", |
462 | | - "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar", |
| 462 | + "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar", |
463 | 463 | "XamlCodeFile": "/SamplePages/TabbedCommandBar/TabbedCommandBar.bind", |
464 | 464 | "Icon": "/SamplePages/TabbedCommandBar/TabbedCommandBar.png", |
465 | 465 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/TabbedCommandBar.md" |
|
0 commit comments