Quantcast
Channel: Adding Button in StatusBar !
Viewing all articles
Browse latest Browse all 23

Adding Button in StatusBar !

$
0
0

Hi vijaykamat,

I think you could take a look at the panel in WPF : http://msdn.microsoft.com/en-us/library/ms754152.aspx

If you add the statusBar in to a Canvas panel, you should set the Canvas.Top/Left/Bottom/Right attached properties to localize the control. But here, I think it is better to use the DockPanel, which can arrange child element at Top/Left/Bottom/Right or center side.

  statusBar.SetValue(DockPanel.DockProperty, Dock.Bottom);
  dockpanel.Children.Add(statusBar);
Sincerely,
Bob Bao
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Are you looking for a typical code sample? Please download all in one code framework !

Viewing all articles
Browse latest Browse all 23

Trending Articles



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