Author Topic: Is there a way for UIDraggablePanel to ignore the bounds of some elements?  (Read 3483 times)

Thurinus

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 27
    • View Profile
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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Is there a way for UIDraggablePanel to ignore the bounds of some elements?
« Reply #1 on: February 13, 2013, 01:54:07 PM »
Not out-of-the-box, no.