Skip to main content
Solved

Tooltip Behind Bottom Element in AutoLayout:

  • December 20, 2023
  • 3 replies
  • 451 views

Marlon

I am trying to create a simple table, one of the cells in the table contains a “Tooltip” component.

It happens that when the table frame has an autolayout, the tooltip is below the bottom element.

While if I remove the autolayout it looks perfect above the bottom element.

How can I get result #2 using Autolayou?

I hope I have made myself understood, thank you.

Best answer by tank666

This topic has been closed for replies.

3 replies

tank666
  • Answer
  • December 20, 2023

Marlon
  • Author
  • December 20, 2023

Indeed it was the “Canvas Stacking” configuration.
I had “The last one on top” selected.

I will keep it in mind for similar designs.
Thank you very much for the help.


Thanks for the Solution.