Forum Discussion
logan_logan
3 years agoHelper I
Line Break in tooltip for Button
Hi,
I want a line break in the tooltip for i - Button.
Example: whenever I will hover my mouse I should see:
Line 1
Line 2
Already tried
"Line 1" & UNICHAR(10) & "Line 2" .
"Line 1" & UNICHAR(10) & UNICHAR(13) & "Line 2" .
"Line 1" & UNICHAR(10) & UNICHAR(847) & UNICHAR(10) & "Line 2"
even tried manual Enter.
Nothing worked. I am using it in Button to show info whenever I hoverover cursor. So I dont think I have text wrap option.
Any other suggestion??
3 Replies
- FreemanZSuper User
- logan_loganHelper I
It might work for cards or other graph but I want to use it in i-button(hover over).
- BI_kartikFrequent Visitor
I have the same issue. But no solution.!!