ashok rathod
Can we set tooltip property on disabled control in wpf ?
By ashok rathod in .NET on Aug 07 2015
  • ashok rathod
    Aug, 2015 7

    Yes, we can definitely do that. For that particular we can set property ShowOnDisabled to true of ToolTipService Code and can achieve the required things. in xaml ToolTipService.ShowOnDisabled="True" in code behind file control.SetValue(ToolTipService.ShowOnDisabledProperty,true);

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS