I would like to make XamWebTree items in readonly state where user should be able to clearly see, but there is no readonly attribute to the tree items or tree. only disabled attribute.
Is there any way we can use style Template or any other idea.
Thanks
Yes, this is possible using a style for the XamWebTreeItem and making some modifications to the default states. In the attached sample project you can notice how I duplicate the Normal state to be the same as the InActive state.
Let me know if this is close to your scenario.