Answer:
Generally you can't set the UserControl width in % like 100% so that the Silverlight contents can spread in the full screen.
To get the 100% width of the screen you can set width="auto" and height="auto".
Asked In: Many Interviews |
Alert Moderator