积极答复者
请问如何解释这个问题?ScrollViewer内容宽度有最大限制吗?

问题
-
<ScrollViewer Background="Gray" Padding="0" HorizontalScrollBarVisibility="Auto" BorderThickness="0" VerticalScrollBarVisibility="Auto">
<!--<Canvas Background="Green"
Width="32767">
</Canvas>-->
<Canvas Background="Green"
Width="32768">
<!--内容-->
</Canvas>
</ScrollViewer>如果内容宽度大于32767则内容会不显示,没搞懂。。。
答案
-
你好,
Silverlight控件大小有限制的,如你所说,是32768.更大的控件不能被正常的现实。
谢谢,
Please mark the replies as answers if they help and unmark them if they provide no help.
Visit Microsoft All-In-One Code Framework to download or request code samples from Microsoft!- 已标记为答案 Mog Liang 2010年12月10日 10:12
全部回复
-
-
你好,
Silverlight控件大小有限制的,如你所说,是32768.更大的控件不能被正常的现实。
谢谢,
Please mark the replies as answers if they help and unmark them if they provide no help.
Visit Microsoft All-In-One Code Framework to download or request code samples from Microsoft!- 已标记为答案 Mog Liang 2010年12月10日 10:12