From 2688116013cff63ea9577ddf05d4ede849f4abe1 Mon Sep 17 00:00:00 2001 From: brianlagunas_cp Date: Fri, 5 Nov 2010 16:00:34 +0000 Subject: [PATCH] MessageBox [14142]: Wrapped text in a scroll viewer. Now long text will show in a scrollable textbox instead of having the entire messagebox take up the screen. You can change the height of the scrollable area by setting the MaxHeight property in a messagebox style. --- .../Src/WPFToolkit.Extended/Themes/Generic.xaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Themes/Generic.xaml index 4a562751..c9aa9d50 100644 --- a/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/Themes/Generic.xaml @@ -250,6 +250,7 @@ + @@ -349,13 +350,15 @@ - + + +