How to set Silverlight contents width as 100%?

 Posted by SheoNarayan on 4/5/2009 | Category: Silverlight Interview questions | Views: 46318
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 

Comments or Responses

Login to post response