Hello everyone,
I'm getting a task that to add dotted line with row expansion indicator, just like the Solution Explorer in VS 2005.( please refer to The red rectangle. ) Is there any way to do that? Thanks in advance.
The grid displays RowConnector lines just like the tree. If they are not showing up, it means something in your application turned them off. The obvious way to do this would be to use the RowConnectorStyle or RowConnectorColor properties.
Brian, I am a colleague of the original poster of this thread. I thought even Grid bands have connector line showing, no? I do not know why it is missing for us. I thought his would be some setting on the Grid
Thanks!
I'm not sure if this will be helpful, but the Visual Studio solution explorer uses what looks to me like a TreeView, so you could get that look & feel with our UltraTree control.