I want to create buttons with images and text inside. For example, i would use different images and text for buttons like \'Browse folders\' and \'Import\'.
One of th
It doesn't have to be that complicated. Something as simple as putting a StackPanel inside a button will do the trick:
My text here
Then you can configure the StackPanel to control where the text should appear, alignment, etc.