Can I scale a tooltip form?

1
Hi guys, I'd like to be able to scale the tooltip forms. I've added two unlimited string fields to a tooltip form, because they look messy if you actually add them to the gridlines themselves. I'd now like the tooltip form to be bigger than the default size, but if I scale the form itself, it doesn't respond to the new size when you deploy it; probably because the size is overruled if the form is used as a tooltip. Any way to scale the tooltip in spite of that?
asked
2 answers
1

Does this answer your question?

https://forum.mendix.com/questions/1722/Is-it-possible-to-change-the-Tooltip-width

answered
0

Maybe you could do it with styling. Add a css class to dataview which is used as a tooltip. Then you could try to resize it in your theming.

answered