문제

"TreeNode.IsVisible" is available but I can't tell from it whether it's visible or partially visible - "true if the tree node is visible or partially visible".

e.g. How can I tell if the following "Temporary ASP.NET" tree node is partially visible?

Also, how the text hovers directly over the node is called? Is it a tooltip in the end? Can it be controled on visibility?

Thanks,

도움이 되었습니까?

해결책

Use the TreeNode.Bounds.Right property and compare against TreeView.ClientRectangle.Right

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top