Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF: Provide automatic linebreaks for tooltips #1477

Open
network-interface-controller opened this issue Mar 29, 2024 · 0 comments
Open

WPF: Provide automatic linebreaks for tooltips #1477

network-interface-controller opened this issue Mar 29, 2024 · 0 comments

Comments

@network-interface-controller

Is your feature request related to a problem? Please describe.
Currently, long texts in tooltips that exceed the available space (i.e. the chart area) are moved out of the visible area and only the end is visible:
grafik

Describe the solution you'd like
It is already possible to add linebreaks manually via {Environment.NewLine} to achieve the following result but an automatic linebreak functionality would be cool:
grafik

Describe alternatives you've considered
As mentioned above, I introduce an {Environment.NewLine} in my tooltip texts to achieve the desired result wherever necessary. That works fine but if a linebreak could be added automatically once the max width of the tooltip is reached it would save this manual effort.

Additional context
I use a custom tooltip as explained on the homepage and must admit that I did not figure out how to adapt it on my own.

@network-interface-controller network-interface-controller changed the title Provide automatic linebreaks for tooltips WPF: Provide automatic linebreaks for tooltips Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant