0

I'm using library which using WPFEextensions.
On mouse over ZoomControl there's tooltip in English (how to use zoom): scree
I want to change it to another language or write a custom tooltip message.

How can I do that?

redmanmale
  • 33
  • 1
  • 10

2 Answers2

0

There are several (not such good) options:
- template;
- style;
- on init manually find element from visual tree and update tooltip value;

redmanmale
  • 33
  • 1
  • 10
  • There is one flaw with all of these methods: default tooltip shows up first, and after that my overriding value applies. – redmanmale Sep 24 '15 at 14:42
0

There's a fork in which that bug fixed.

redmanmale
  • 33
  • 1
  • 10