As in, if I draw a cursor like so:
UICursor.Set(itemDragAtlas, spriteName));
It goes behind elements in some of my scrollviews which are no their own panels.
As I'm only referencing an atlas (and a string for the sprite name), I wasn't sure how to mess with the cursor's depth?