When creating WPF buttons with the Esri_Button style (i.e., Style="{DynamicResource Esri_Button}), the narrowest width allowed seems to be ~70. In Visual Studio you can use smaller widths and the buttons show up as the correct size, but when you actually run the solution, the buttons always expand to around 70 wide. Does anyone know a work around for this? I have some small buttons that I would like to have match the Pro style, especially in the dark theme where the style differences seem to show up more.