You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Scaffolding page templates use the [Telerik .NET MAUI controls](https://www.telerik.com/maui-ui).
87
+
To control the visual appearance of the controls in the pages when changing the theme on device or app level, apply [Telerik theming]({%slug themes-overview%}) to the project.
88
+
You can set various [theme swatches]({%slug themes-overview%}#swatch) in the application and change them at runtime based on the applied device theme.
89
+
90
+
For more details on the suggested implementation, see the [Changing the Theme at Runtime KB article]({%slug change-telerik-theme-runtime%}).
91
+
84
92
## Available Scaffoldings
85
93
86
-
*[Products page](#products-page)
94
+
*[CollectionView page](#products-page)
87
95
*[DataGrid page](#datagrid-page)
88
-
*[Login screen](#login-screen)
89
-
*[Register screen](#register-screen)
90
-
*[Reset password screen](#reset-password-screen)
96
+
*[Login page](#login-screen)
97
+
*[Register page](#register-screen)
98
+
*[Reset password page](#reset-password-screen)
91
99
92
-
### Products Page
100
+
### CollectionView Page
93
101
94
-
The Products page represents a list of products. The main control used on this page is the Telerik UI for .NET MAUI [CollectionView]({%slug collectionview-overview%}) control. The scaffolding page allows you to configure the selection mode of the CollectionView and whether to add the predefined icons used in the template.
102
+
The CollectionView page represents a list of products. The main control used on this page is the Telerik UI for .NET MAUI [CollectionView]({%slug collectionview-overview%}) control. The scaffolding page allows you to configure the selection mode of the CollectionView and whether to add the predefined icons used in the template.
95
103
96
104
The image shows the default appearance of the page:
97
105
@@ -105,29 +113,29 @@ The image shows the default appearance of the page:
The Login screen represents a login panel. The main controls used on this screen are the Telerik UI for .NET MAUI [Entry]({%slug entry-overview%}) and [TemplatedButton]({%slug templatedbutton-overview%}) controls. The scaffolding page allows you to add a social login panel to this screen.
111
119
112
120
The image shows the default appearance of the page:
This screen allows you to add a register page to your .NET MAUI application. The main controls used on this screen are the Telerik UI for .NET MAUI [Entry]({%slug entry-overview%}) and [TemplatedButton]({%slug templatedbutton-overview%}) controls.
126
+
The Register page allows you to add a register page to your .NET MAUI application. The main controls used on this screen are the Telerik UI for .NET MAUI [Entry]({%slug entry-overview%}) and [TemplatedButton]({%slug templatedbutton-overview%}) controls.
119
127
120
128
The image shows the default appearance of the page:
This screen allows you to add a reset password page to your application. The main controls used on this screen are the Telerik UI for .NET MAUI [Entry]({%slug entry-overview%}) and [TemplatedButton]({%slug templatedbutton-overview%}) controls.
134
+
The Reset Password page allows you to add a reset password page to your application. The main controls used on this screen are the Telerik UI for .NET MAUI [Entry]({%slug entry-overview%}) and [TemplatedButton]({%slug templatedbutton-overview%}) controls.
127
135
128
136
The image shows the default appearance of the page:
0 commit comments