Hi,
When the website is longer than the xamWebHtmlViewer height, when you scroll to the end ... the html part moves outside the component.
BTW, what is IRequestTransitionNotification ? where can i find that interface?
Cheers.
Does the latest version of this control (xamWebHtmlViewer) still have this problem?
Dear Valeriano,
The IRequestTransitionNotification interface holds the TransitionStarted and TransitionCompleted methods. They are execuded at the beginning and end of the sliding animation that occurs when you change the current active sample. It is an integral part of the sample browser shell and has nothing to do with the controls.
In this particular sample we use those two methods just as a performance optimization. IRequestTransitionNotification does not affect the behaviour of the HTML viewer when you try to scroll.
If you are still interested in the code you can take a look in the samples' source that is provided with our controls package. You can get it from the download section on the website.
I hope this is helpful. All the best,
--Atanas DyulgerovApplication developer with Silverlight LoBInfragistics Bulgariaadyulgerov@infragistics.com
http://labs.infragistics.com/silverlight/lobsamples/2009.2/
If you go to the html viewer example, look at the C# code.
I suppose the problem is that the control doesn't appropriately move when you scroll the slider of the web page. That happens when the web page's height is too height, for example: <form id="form1" runat="server" style="height: 1400px;"> The current version of the cotnrol has such restriction.
About the interface - IRequestTransitionNotification, I don't know where you've seen this interface.
If you provide some more details, I'll try to help you.
Regards,
Doychin Dochev