My Silverlight application is vertically split down the middle.
HtmlViewer on one side, WebGrid on the other, GridSplitter seperating the two controls.
My goal is to resize the HtmlViewer as the GridSplitter is moved. However when attempting to drag the Gridsplitter over the HTMLViewer, the splitter seems to freeze and become unresponsive. If you drag the splitter very slowly, it sometimes works.
Any ideas how to accomplish this?
OK sorry for the multiple responses here. I was not reproducing the issue with my sample when running the project in debug mode in VS, but if I view the page in the browser, then the issue does reproduce. I believe the windowless=false parameter is not being set in the debugging scenario, and this may be the difference.
According to my colleague Nikolay (thanks for the help), this isssue is due to limitations of windowless mode, specifically: "No mouse capture support outside the boundary of the plug-in."
I am not sure there is any way around this particular issue in the current version of Silverlight. I'll check into it and update the thread again if/when I find out more...
I have created the attached sample using NetAdvantage v10.1 compiled for Silverlight 4. It is behaving as expected. Please test this out. If it is working normally, please either modify the sample or provide a different one that demonstrates the issue. Also, what version of NetAdvantage and Silverlight are you using?
I am creating a sample to test this, but if you have a sample that you can share, please attach it to the thread or email it to support@infragistics.com with the subject "attn: Francis". That may save time.