This question is locked. New answers and comments are not allowed.
Hi folks,
I'm currently building a silverlight 2.0 application in which a multicolumn treeview element is needed. In the solution linked in this thread, a GridView is used to display hierarchical data in combination with normal columns. So far it works quite well, but now I would like to style the GridView. To be more precise, I would like to get rid of the column headers (easily achieved with ShowColumnHeaders="False") and the row headers/row indicators, which seems to be more complicated. Could anyone give me a hint?
Christian
I'm currently building a silverlight 2.0 application in which a multicolumn treeview element is needed. In the solution linked in this thread, a GridView is used to display hierarchical data in combination with normal columns. So far it works quite well, but now I would like to style the GridView. To be more precise, I would like to get rid of the column headers (easily achieved with ShowColumnHeaders="False") and the row headers/row indicators, which seems to be more complicated. Could anyone give me a hint?
Christian