Hi,
Is it possible to selectively draw rectangle on each individual nodes with multiple columns? I need to draw a rectangle/border on selected nodes that are in the same tree level and are continuosly selected, for example nodes selected index of 2,3, and then draw additional rectangle on top of the first one if selected index are 1,2,3,4. Many thanks.
No, you wouldn't be able to do that with BorderStyleNode. You would have to use the IUIElementDrawFilter interface, and handle the drawing yourself.
Thanks Brian for your reply. I'm not sure it could be done wiht 'BorderStyleNode' property. Please check image below for result I'm trying to get. Thanks
The Override class exposes a 'BorderStyleNode' property, which causes a border to be drawn around the node.