vertical-scroll

Wpf TreeView's ScrollViewer Adjustment

I am using a Wpf TreeView, in which I am adding nodes at runtime. Some times tree goes bigger and ScrollViewer comes into picture(that is part of TreeView's ControlTemplate). But everytime I add a node, I can not see it, cos it is outside the page area, I need to drag the vertical ScrollBar's thumb down in order to see it. so I want the ...

XHTML HTML element with 100% height causing scrollbars

In my CSS file I use this: html,body{height:100%;padding:0;margin:0;border:0;} Which causes a vertical scrollbar to appear on IE8, Chrome 5 and Mozilla 3.6, all latest version. Also, the document is empty, it only has the html, head and body tags so nothing is going out of screen to cause that. Setting overflow:hidden; on the html e...