How can I customize the contents of a Snackbar? #464
Answered
by
SKProCH
alessandrofrancesconi
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
SKProCH
Jun 30, 2025
Replies: 1 comment 1 reply
-
Hello! You can actually pass any content to But, you can copy paste SnackbarHost theme to your project and change |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alessandrofrancesconi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can actually pass any content to
Content
of SnackbarModel which you pass toSnackbarHost.Post
. This is kinda clumsy, but apparently there is no other solution out of the box.But, you can copy paste SnackbarHost theme to your project and change
ItemsControl.ItemTemplate
as you want.