I have an expander:
<Expander Header="{Binding Name}" IsExpanded="False" >
How do i add a ToolTip for it?
And another question, the Name of the header is long and for some reason the expander left one of the characters in the middle of the Name.
For example:
- Name is - something_second
- Display shows: somethingsecond
What could it be?
I thought about making it wrap the text but couldn't figure how to do so.
EDIT:
Ok so i managed to make a tooltip, i user a static resource. But still the text is cutted for some unreasonable reason