wpf: how to show tooltip when button disabled by command? November 27, 2022 by Tarik You can use on xaml element directly: <Grid ToolTipService.ShowOnDisabled="True" ... >