Hello,
I'm starting with WPF and would like to show a Word 2007 like toolbar when selecting a text in text editor. The toolbar looks like this :
Would like to know how to achieve the following
- fade in fade out effect on a toolbar
- split buttons
Could you please point me to the ressources where to start or what standard WPF controls should I use (Popup control, or ToolBar, or others).
Thanks in advance.