Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I would like to have a scrollbar around grid which is embedded in paneldragdroptarget control. I would say that this should work
HTML
<paneldragdroptarget...settings>
 <scrollviewer ....>
  <grid....>
  </grid>
 </scrollviewer>
</paneldragdroptarget>

But I'm getting an exception thrown on ScrollViewer - Value doesn't fall within the expected range.
Any idea what could be the reason? I have tried tried different settings, different order,...but nothing.
Thank you
Posted
Updated 3-Jan-12 19:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900