bottom of Silverlight 3 control cut off with no vertical scrollbar if it is too big for browser wind
Posted
by sako73
on Stack Overflow
See other posts from Stack Overflow
or by sako73
Published on 2010-06-02T19:06:54Z
Indexed on
2010/06/02
19:13 UTC
Read the original article
Hit count: 988
Silverlight
|silverlight-3.0
I have a silverlight control on a page. It is set to "Width=100% Height=100%", and the containing div is set to an absoulute position with "0" on all edges. On a small screen, when the silverlight content is taller than the screen, the bottom is cut off, and there is no scroll bar. Does anyone know how to solve this problem?
© Stack Overflow or respective owner