-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Discussed in #464
Originally posted by alessandrofrancesconi June 30, 2025
I use the SnackbarHost to show some snackbar messages to the user:
<materialControls:SnackbarHost Grid.Row="1" Name="MainSnackbarHost" HostName="MainSnackbarHost">
<ScrollViewer Name="MainScroller"
<!-- -->
</ScrollViewer>
</materialControls:SnackbarHost>
The result is a gray box with basic UI:

I would like to enrich it by adding a Material Icon to the left. Is it possible to customize it in such a way? After this, I will try to set the Icon depending on the message type (Warning, Success, Error, ...), but this is the second step of the thing :)
Would be nice to add customizable template for ItemsControl and/or allow some customization for types inherited from SnackbarModel without modifying actual theme.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request