Answer:
We can change the TreeView‘s default node height using CSS styles. Refer to the below code snippet.
/*Remove the padding of each TreeView node*/ .e-treeview .e-list-item { /*Set the heighta s 26px for each node*/ /*set the content height of the TreeView node */ .e-treeview .e-list-text { |
Find the sample for to remove extra space in Treeview node from here.