wpf controls - Show a grabber in a WPF StatusBar? -


In WPF, how can I display a slash in a StatusBar control (the triangle mall in the bottom right corner)? Thank you.

The code below will work with or without static control.

  Public partial squares main window: window {public key window ()} {InitializeComponent (); This.Loaded + = New Routing Avent Handler (MainWindow_Loaded); } MainWindow_Loaded Zero (Object Sender, RoutedEventArgs e) {this.ResizeMode = ResizeMode.CanResizeWithGrip; }}  

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -