From Code Behind
Button bt = new Button(); bt.Content = "Test"; bt.Margin = new Thickness(0,0,0,0); StatusBarItem1.Content = bt;
From Code Behind
Button bt = new Button(); bt.Content = "Test"; bt.Margin = new Thickness(0,0,0,0); StatusBarItem1.Content = bt;