CSS Layout Overflow Properties Problem
OS Win-xp sp3
Browser: IE8
VS 2010 IDE
<div id="divProfileList" align="center" style="width: auto; height: 300px; overflow: auto; overflow-x: hidden">
<asp:listview> code here....
</div>
I have embedded a asp:Listview control inside a Div tag with vertical scrollbars appearing when the content is too long which is what I want. However, after populating the listview at run time in the IDE, just above it, a block of whitespace appears causing the user to have to scroll down to the listview itself. The only way to clear it is to toggle full screen on/off.
Any Ideas?? Started By thomasgow on Nov 18, 2011 at 3:07:45 PM |