Specifically, I'm trying to figure out a way to implement a relatively hefty tooltip that comes up over and to the left of a cell within a UIGrid within a UIDraggablePanel. Making the tooltip a child of the cell causes UIDraggablePanel to see that as extra dimension it must compensate for, and thus will shift the cells to the right to accomodate the tooltip. Is there a way to have UIDraggablePanel ignore the tooltip without having to take it out as a child of the cell? (I ask for this specific use case because there are other things we want to happen in the cells that will push its boundaries as well)
Thanks for any help!
Jay