evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
122 stars 63 forks source link

Fixed height in image #8

Closed DoruLa closed 1 year ago

DoruLa commented 10 years ago

You can add to Image_MessageBox the follwing things to make it seem like the original MessageBox:

VerticalAlignment="Top" Margin="30,20,0,0"

This way the image will not move around in case of long messages.