Skip to content

Commit 1c530d0

Browse files
Merge pull request #1106 from telerik/didi/update-scaffoldings
scaffolding images
2 parents a7ea777 + c11ee8f commit 1c530d0

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
lines changed

installation/images/datagrid_page.png

22 KB
Loading

installation/images/login_screen.png

15.5 KB
Loading

installation/images/products_page.png

25.9 KB
Loading
11.3 KB
Loading

installation/images/reset_screen.png

1.77 KB
Loading

installation/vs-integration/scaffoldings.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,25 @@ This is the result on Android and WinUI:
8181

8282
![.NET MAUI Scaffolding screen look](../images/datagrid_page.png)
8383

84+
## Using Themes on a Scaffolded Page
85+
86+
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+
8492
## Available Scaffoldings
8593

86-
* [Products page](#products-page)
94+
* [CollectionView page](#products-page)
8795
* [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)
9199

92-
### Products Page
100+
### CollectionView Page
93101

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.
95103

96104
The image shows the default appearance of the page:
97105

@@ -105,29 +113,29 @@ The image shows the default appearance of the page:
105113

106114
![.NET MAUI DataGrid Page](../images/datagrid_page.png)
107115

108-
### Login Screen
116+
### Login Page
109117

110118
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.
111119

112120
The image shows the default appearance of the page:
113121

114-
![.NET MAUI Login Screen](../images/login_screen.png)
122+
![.NET MAUI Login Page](../images/login_screen.png)
115123

116-
### Register Screen
124+
### Register Page
117125

118-
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.
119127

120128
The image shows the default appearance of the page:
121129

122-
![.NET MAUI Register Screen](../images/register_screen.png)
130+
![.NET MAUI Register Page](../images/register_screen.png)
123131

124-
### Reset Password Screen
132+
### Reset Password Page
125133

126-
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.
127135

128136
The image shows the default appearance of the page:
129137

130-
![.NET MAUI Reset Password Screen](../images/reset_screen.png)
138+
![.NET MAUI Reset Password Page](../images/reset_screen.png)
131139

132140
## See Also
133141

0 commit comments

Comments
 (0)