Hi. Can I give a floating tool window a drop shadow? I see it using DropShadowChrome but I haven't been able to get a shadow to appear. Thanks.
Hi. Can I give a floating tool window a drop shadow? I see it using DropShadowChrome but I haven't been able to get a shadow to appear. Thanks.
Hi Steve,
You would need to modify the default style/template for the RaftingWindow class to add this. RaftingWindow is a class that inherits Window and hosts docking windows when they are in a floating state. However note that if you do inject a drop shadow there, you would need to set AllowsTransparency = true as well and that will prevent things like ClearType from working.
Please log in to a validated account to post comments.