Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: A gray-ish area in the MessageBox.

$
0
0
Image
I basically styled the MessageBox as shown here, but without the CloseButtonStyle. In the code-behind of my MainWindow.xaml, I have the following code:

private void Button_Click(object sender, RoutedEventArgs e)
    {
        MessageBoxResult result = Xceed.Wpf.Toolkit.MessageBox.Show("An error has ocurred.",     "Error", MessageBoxButton.OK, MessageBoxImage.Error);

    }
I was wondering what was causing the gray-area at the bottom of the MessageBox, rather than an aquamarine fill like the rest of the background.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>