Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

9
Votes

Currently in Treeview, if the node text exceeds the display width, the text will be clipped. We need to handle this and provide options for displaying ellipsis and tooltip support while hovering the text with ellipsis. User will be allowed to select the below clip modes for the Treeview nodes

  1. Auto - Treeview will be displayed with scrollbar if the text exceeds the display width
  2. Clip - The node text will be clipped and the scrollbar will not be displayed
  3. Ellipsis - The clipped text will be displayed with Ellipsis
  4. EllipsisWithTooltip - The clipped text will be displayed with ellipsis and tooltip will be displayed on hovering