Hello guys,
Thank you for writing.
@Ken - you can control the scroll bar visibility by setting the
ScrollState property:
However, hiding scroll bars will not disable the scrolling functionality.Regarding tool tips, please refer to the following sample, which demonstrates how to achieve the desired functionality:
@erwin, we added the ability to prevent vertical scrolling in our latest release. This is achievable by overriding
TreeViewElement class and
preventing the base logic in
EnsureNodeVisibleHorizontal method:
However, you are correct, the horizontal scrolling functionality is not working properly in all cases and I changed the issue status to
"unresolved". We will improve our API and we will address the issue in one of our upcoming releases.
Attached you can find a sample project demonstrating the desired functionalities - tooltips, hiding the horizontal scroll bar and preventing the tree from scrolling when longer node is clicked.
I hope this helps. Let me know if you have any other questions.
All the best,
Stefan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>