Putting the Explorer Task Pane on the Right Side


Recommended Posts

hehe, I remember messing this when I was new here,

for those looking for the longhorn style bar, this should do it:

(mind you I havent checked I just went back to an old thread of mine)

<hwndview resid=main id=atom(main) sheet=styleref(main) layout=borderlayout()>
<ScrollViewer id=atom(scroller) sheet=styleref(taskpane) layoutpos=top yscrollable=true>
<element id=atom(backdrop) layoutpos=top layout=borderlayout() width=649rp>
<element id=atom(sectionlist) layoutpos=top layout=flowlayout(0,2,0,0)/>
</element>
</ScrollViewer>
<Element layoutpos=Client layout=filllayout()>
<Element id=atom(clientviewhost) layout=borderlayout()>
</Element>
<Element id=atom(blockade) layout=borderlayout()>
<Element id=atom(blockadeaccent) layoutpos=left width=1/>
<Element id=atom(blockadeclient) layoutpos=client layout=borderlayout()>
<Element id=atom(blockadetitle) layoutpos=top/>
<Element id=atom(blockademessage) layoutpos=top/>
<Element id=atom(blockadeclear) layoutpos=top layout=borderlayout()>
<Button id=atom(blockadeclearbutton) layoutpos=top layout=borderlayout()>
<Element id=atom(blockadecleartext) layoutpos=top/>
</Button>
</Element>
</Element>
</Element>
</Element>
</hwndview>

I think thats the last thing that was done with it, whack, windowsX and I worked on that in bits and pieces for a while.. that was the last code cleanup whack did of it all. hehe it started as something so simple too :p

https://www.neowin.net/forum/index.php?show...ndpost&p=967003

  • 2 weeks later...
  • 10 months later...
  • 7 months later...

that's just weird.

althought Visual Studio has it by default on the right.

Why the inconsistancies?

Does the explorer directory tree move over also?????

No the tree view stays on the left and there is a nice juggling affect where by the file and folder tasks dissapear as the tree view appears.

By the way I managed to change the title text on mouse over

Code :

element [id=atom(title)][mousefocused]

{

foreground: rgb(15,15,15);

}

Off topic:

What iconpack are you using?

No icon pack various collected over time .

how to revert back to original?

You should off save the original somwhere safe and just replace the modded shellstyle with the original inside your windows \resources\yourthemename\shell folder :)

  • 1 year later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.