I would like to remove grey header of the new Popup control in Silverlight 3.
Any ideas if this is possible?
I would like to remove grey header of the new Popup control in Silverlight 3.
Any ideas if this is possible?
Pretty easy, just edit the default ChildWindow style.
Did that really work for you, vidal? I tried it and it didn't show me anything - neither chrome nor window. I don't want to use Blend, so if you come up with anything else - please let me know. TIA
Styling is the best way to do it, but you can also remove it by setting Title="" HasCloseButton="False" on your ChildWindow.