How do you completely remove the button border in wpf? December 1, 2022 by Tarik Try this <Button BorderThickness="0" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" >...