You can set loading style and text feature in WebTreeView.
This topic will show you how to implement the above scenario.
To customize Loading style and text in WebTreeView
- Right click on WebTreeView instance and choose Properties
to open it.
- Set the LoadingText property to "loading more data".
- In LoadingStyle property, set BackColor to
Red and FontName to Segoe UI.
- Run the project.