Hi Adnan,
Greetings from
Syncfusion support.
You can perform CSS
level customizations to render the sub children nodes of the TreeView in a
horizontal line. Also, you need to set the FullRowSelect
property for TreeView as false. Check out the below changes.
<SfTreeView TValue="TeamDetails" ID="DestTree" FullRowSelect=false>
...
<style>
.e-list-item .e-level-2 {
display:
inline-block;
margin-right:
10px;
}
</style>
|
For your reference, we
have attached a sample.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/BLAZOR~21316198348
Regards,
Indhumathy L