开发者

silverlight control size

开发者 https://www.devze.com 2023-01-23 14:38 出处:网络
The control that I have built开发者_Go百科 is of size 30x30. however, when the control is rendered, it takes up most of the space on the browser? Why is that so?

The control that I have built开发者_Go百科 is of size 30x30. however, when the control is rendered, it takes up most of the space on the browser? Why is that so?

Any way to reduce the size to what is desired?

Thanks!


Look at your object tag's width and height attributes.

<object width="300" height="300"
    data="data:application/x-silverlight-2," 
    type="application/x-silverlight-2" >
    <param name="source" value="..."/>
</object>
0

精彩评论

暂无评论...
验证码 换一张
取 消