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
I added a few things to line them up nicely
<Button> <StackPanel Orientation="Horizontal"> <Image Source="/ApplicationName;component/Images/MyImage.ico"/> <Label Padding="0">My Button Text</Label> </StackPanel> </Button>