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);
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 !