Hi!
Does anyone know if it is possible to swap the order of text and icon for a treeview in a c#-based asp.net project?
Thanks!
Cheers,
Giuseppe
Hi!
Does anyone know if it is possible to swap the order of text and icon for a treeview in a c#-based asp.net project?
Thanks!
Cheers,
Giuseppe
You can write an extender or create your own treeview taking the base as the ASP.Net treeview and override the Render(HtmlTextWriter writer)
and RenderChildren(HtmlTextWriter writer)
methods.