Yes, sorry, I looked into it more. The way the TreeNode renders, it doesn't do its children, but instead only does its icon and content facets. So there is no hook to put the ice:effect component right under the iceTreeRow DIV that encapsulates the whole TreeNode. I tried a hack of putting the ice:effect as the icon facet, thinking that might ...