All the documentation and examples I\'m finding online for setting Z-Index to bring an element forward in Silverlight are using a Canvas element as a container.
My i
For a control that uses the Grid as LayoutRoot you can just do something as simple as that within a control itself:
Canvas.SetZIndex(this, 999);