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
I noticed when I was preparing my ListBox item template. I wanted to make entire ListBoxItem background to be ImageSourceBrush. But unfortunately by default the ListBox Item doesn't stretch the whole width and height.
Overriding the ItemContainerStyle will break the modern style of ListBox.
Any ideas how to stretch the grid to an entire ListBoxItem?
I noticed when I was preparing my ListBox item template. I wanted to make entire ListBoxItem background to be ImageSourceBrush. But unfortunately by default the ListBox Item doesn't stretch the whole width and height.
Overriding the ItemContainerStyle will break the modern style of ListBox.
Any ideas how to stretch the grid to an entire ListBoxItem?
Code:
The text was updated successfully, but these errors were encountered: