No tienes acceso a esta clase

¡Continúa aprendiendo! Únete y comienza a potenciar tu carrera

Grid

14/23
Recursos

Aportes 5

Preguntas 0

Ordenar por:

¿Quieres ver más aportes, preguntas y respuestas de la comunidad?

Aquí hay documentación sobre Hot Reload:

https://learn.microsoft.com/en-us/visualstudio/debugger/hot-reload

Que mal que están las explicaciones. Se enfoca en los temas súper básicos, pero los asuntos complejos se los salta… En todos los videos hace lo mismo.
![](https://static.platzi.com/media/user_upload/image-27cbc40f-54b6-4d20-bcdc-7b29d92fbde2.jpg)
Use un Frame para la practica: ```js <Frame HeightRequest="280" Padding="0"> <Grid RowDefinitions="*,*,*" ColumnDefinitions="*,*,*"> <Button Grid.Row="0" Grid.Column="0" BackgroundColor="Purple" /> <Button Grid.Row="0" Grid.Column="1" BackgroundColor="PaleGoldenrod" /> <Button Grid.Row="0" Grid.Column="2" BackgroundColor="DarkKhaki" /> <Button Grid.Row="1" Grid.Column="0" BackgroundColor="MistyRose" /> <Button Grid.Row="1" Grid.Column="1" BackgroundColor="YellowGreen" /> <Button Grid.Row="1" Grid.Column="2" BackgroundColor="ForestGreen" /> <Button Grid.Row="2" Grid.Column="0" BackgroundColor="DarkGray" /> <Button Grid.Row="2" Grid.Column="1" BackgroundColor="Navy" /> <Button Grid.Row="2" Grid.Column="2" BackgroundColor="SpringGreen" /> </Grid> </Frame> ``` \<Frame HeightRequest="280" Padding="0"> \<Grid RowDefinitions="\*,\*,\*" ColumnDefinitions="\*,\*,\*"> \<Button Grid.Row="0" Grid.Column="0" BackgroundColor="Purple" /> \<Button Grid.Row="0" Grid.Column="1" BackgroundColor="PaleGoldenrod" /> \<Button Grid.Row="0" Grid.Column="2" BackgroundColor="DarkKhaki" /> \<Button Grid.Row="1" Grid.Column="0" BackgroundColor="MistyRose" /> \<Button Grid.Row="1" Grid.Column="1" BackgroundColor="YellowGreen" /> \<Button Grid.Row="1" Grid.Column="2" BackgroundColor="ForestGreen" /> \<Button Grid.Row="2" Grid.Column="0" BackgroundColor="DarkGray" /> \<Button Grid.Row="2" Grid.Column="1" BackgroundColor="Navy" /> \<Button Grid.Row="2" Grid.Column="2" BackgroundColor="SpringGreen" /> \</Grid> \</Frame>