Note that there are some explanatory texts on larger screens.

plurals
  1. POTreeview node format
    text
    copied!<p>I am trying to make a tree view to look as much as possible as this</p> <p><img src="https://i.stack.imgur.com/dUaUw.png" alt="My computer win 7 pro"></p> <p>The thing is i doubt that this is a tree view as the drive are in a kind of wrap panel and i couldn't make this happen in a normal tree view.</p> <p>My ultimate goal is to make it look like so :</p> <p><img src="https://i.stack.imgur.com/MpSMI.png" alt="enter image description here"></p> <p>Right now the control we were using was already a tree view with <code>HierarchicalDataTemplate</code> but the last level is a collection that was repeating in it's own template so 1 node per item. I cna remove it no problem and i know the <code>HierarchicalDataTemplate</code> that is the last item to contain these item so i decided to simply add a wrap panel and in it added a itemscontrol that iterate within the sub collection and it worked but the <code>HierarchicalDataTemplate</code> consider to be on the what i called "header line" of the node. and not underneath. here a quick picture of what i meant how it generate.</p> <p><img src="https://i.stack.imgur.com/9tLri.png" alt="enter image description here"></p> <p>the node +/- end up being in the middle of the items but the problem is that there is somewhat hundreds of items in there and the scrolling don't like that. Also when i click the node it highlight everything and it screw up the scroll bar on the right side. I put in red dotted line the item select what it thinks the item is.</p> <p>So i am trying to replicate the "My Computer" in win7 but with sub level and without the node issues. Each item must be individually click-able as they are dragged and drop s they are parts of our product and are 3d models pushed into CAD engine window within the same window.</p> <p>Am i even going with the good control for the task ?</p> <ul> <li><p>Edit * Another example in excel 2010 try opening the clip art menu a toolbar appear. all the items are in a wrap panel. I want that but with group/sub groups.</p></li> <li><p>Edit 2 * Anyone might know a custom control or the control that Microsoft uses to make their explorer ?</p></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload