本文介绍了如何避免继承ScrollViewer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 你好那里: 我有一个问题,如果你帮助我,我真的很感激。 我有一个silverlight应用程序,在MainPage中我使用的是"ScrollViewer"。并且它继承了应用程序中的所有页面xaml,但是,我有页面,其中我不想继承 "ScrollViewer"。因为控件有自己滚动,并且使用MainPage的ScrollViewer无法正常工作。 先谢谢你的帮助。 oxtibu-Mexico 解决方案 你好oxtibu, 对于silverlight相关问题,我们有专门的Silverlight论坛。请以 http://forums.silverlight.net/ 发布,以获得更好的支持。 谢谢, Hello there:I have a question I would really apreciate if you help me.I have a silverlight application, in MainPage I am using a "ScrollViewer" and it is inherit for all the pages xaml in the application, however, I have page where I don't wantto inherit the "ScrollViewer" because the the control has its own scroll and does not work fine with the ScrollViewer of MainPage.Thanks in advance for any help.oxtibu-Mexico 解决方案 Hi oxtibu,For silverlight relevant issues, we have dedicated Silverlight forum. Please post inhttp://forums.silverlight.net/ for better support.Thanks, 这篇关于如何避免继承ScrollViewer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-19 18:14