how to enable horizontal scrolling, in TreeSelect menu?
@SyncfusionInc6 ай бұрын
Hi, Based on the information provided, it seems that you are looking to enable the horizontal scrollbar for the TreeView component. Our TreeView component does not have a direct width property. However, you can achieve the desired result by placing the TreeView component inside a div container and adjusting the width and overflow-x CSS styles accordingly. Check out the below-attached sample for your reference. Sample: stackblitz.com/edit/s1k294-xjgqtk?file=src%2FApp.vue%2Csrc%2Fdefault-data.json&