Я пробовал следующее:
Код: Выделить всё
static App()
{
ToolTip.ShowOnDisabledProperty.OverrideDefaultValue(true);
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... n-avalonia
Код: Выделить всё
static App()
{
ToolTip.ShowOnDisabledProperty.OverrideDefaultValue(true);
}