evanwon / WPFCustomMessageBox

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

Long button labels are cut off #5

Open cstuder opened 11 years ago

cstuder commented 11 years ago

Maximum button width is fixed to 160 in CustomMessageBoxWindow.xaml.

longlabel

evanwon commented 11 years ago

Thanks for reporting this, I've been meaning to improve this aspect of the library. Out of curiosity, what would be the desired functionality for you in this situation? My inclination would be to have the button grow to a certain maximum width, then wrap the text to a new line perhaps.